]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update to 20378, print receive_packet6 in the log message
authorShawn Routhier <sar@isc.org>
Thu, 9 Sep 2010 22:49:58 +0000 (22:49 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 9 Sep 2010 22:49:58 +0000 (22:49 +0000)
common/socket.c

index 3f4eac90a186908eccd51677aabc4db2941e2ee7..50ca746be8f25fd8b865156e9c81c5494412dc04 100644 (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);
                }
        }