diff options
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index ef555bc8a..555446602 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -1063,9 +1063,6 @@ static int d6_raw_socket(int ifindex) log1("attached filter to raw socket fd %d", fd); // log? } #endif - - log1s("created raw socket"); - return fd; } |