aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r--networking/udhcp/d6_dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c
index 02766ba16..422b88882 100644
--- a/networking/udhcp/d6_dhcpc.c
+++ b/networking/udhcp/d6_dhcpc.c
@@ -981,7 +981,7 @@ static int d6_raw_socket(int ifindex)
981 log2("opening raw socket on ifindex %d", ifindex); 981 log2("opening raw socket on ifindex %d", ifindex);
982 982
983 fd = xsocket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)); 983 fd = xsocket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6));
984 log2("got raw socket fd %d", fd); 984 log3("got raw socket fd %d", fd);
985 985
986 memset(&sock, 0, sizeof(sock)); /* let's be deterministic */ 986 memset(&sock, 0, sizeof(sock)); /* let's be deterministic */
987 sock.sll_family = AF_PACKET; 987 sock.sll_family = AF_PACKET;