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) | |||
1063 | log1("attached filter to raw socket fd %d", fd); // log? | 1063 | log1("attached filter to raw socket fd %d", fd); // log? |
1064 | } | 1064 | } |
1065 | #endif | 1065 | #endif |
1066 | |||
1067 | log1s("created raw socket"); | ||
1068 | |||
1069 | return fd; | 1066 | return fd; |
1070 | } | 1067 | } |
1071 | 1068 | ||