diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index f040e93f7..739870bee 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -1017,7 +1017,7 @@ static int udhcp_raw_socket(int ifindex) | |||
1017 | * SOCK_DGRAM: remove link-layer headers on input (SOCK_RAW keeps them) | 1017 | * SOCK_DGRAM: remove link-layer headers on input (SOCK_RAW keeps them) |
1018 | * ETH_P_IP: want to receive only packets with IPv4 eth type | 1018 | * ETH_P_IP: want to receive only packets with IPv4 eth type |
1019 | */ | 1019 | */ |
1020 | log2("got raw socket fd"); | 1020 | log3("got raw socket fd %d", fd); |
1021 | 1021 | ||
1022 | memset(&sock, 0, sizeof(sock)); /* let's be deterministic */ | 1022 | memset(&sock, 0, sizeof(sock)); /* let's be deterministic */ |
1023 | sock.sll_family = AF_PACKET; | 1023 | sock.sll_family = AF_PACKET; |