2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Update to 20378, print receive_packet6 in the log message

This commit is contained in:
Shawn Routhier
2010-09-09 22:49:58 +00:00
parent 57fbc77221
commit 436e808ad1

View File

@@ -727,7 +727,8 @@ receive_packet6(struct interface_info *interface,
if (control_buf == NULL) {
allocate_cmsg_cbuf();
if (control_buf == NULL) {
log_error("send_packet6: unable to allocate cmsg header");
log_error("receive_packet6: unable to allocate cmsg "
"header");
return(ENOMEM);
}
}