summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-09-09 22:47:58 +0000
committerShawn Routhier <sar@isc.org>2010-09-09 22:47:58 +0000
commit8c70b7fa9c706d09cb77ba38a2df102c0309b598 (patch)
treec3f10052c4936ef7f2f86f9047c486a5addbe923 /common
parentc41eca87fe6f4ecaa86814f6b5a80f8c2461d47a (diff)
downloadisc-dhcp-8c70b7fa9c706d09cb77ba38a2df102c0309b598.tar.gz
Update to 20378, print receive_packet6 in the log message
Diffstat (limited to 'common')
-rw-r--r--common/socket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/socket.c b/common/socket.c
index 3f4eac90..50ca746b 100644
--- a/common/socket.c
+++ b/common/socket.c
@@ -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);
}
}