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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user