diff options
Diffstat (limited to 'networking/udhcp/d6_socket.c')
-rw-r--r-- | networking/udhcp/d6_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/d6_socket.c b/networking/udhcp/d6_socket.c index 25e622d6f..8ddee5a8e 100644 --- a/networking/udhcp/d6_socket.c +++ b/networking/udhcp/d6_socket.c | |||
@@ -115,7 +115,7 @@ int FAST_FUNC d6_listen_socket(int port, const char *inf) | |||
115 | 115 | ||
116 | setsockopt_reuseaddr(fd); | 116 | setsockopt_reuseaddr(fd); |
117 | if (setsockopt_broadcast(fd) == -1) | 117 | if (setsockopt_broadcast(fd) == -1) |
118 | bb_perror_msg_and_die("SO_BROADCAST"); | 118 | bb_simple_perror_msg_and_die("SO_BROADCAST"); |
119 | 119 | ||
120 | /* NB: bug 1032 says this doesn't work on ethernet aliases (ethN:M) */ | 120 | /* NB: bug 1032 says this doesn't work on ethernet aliases (ethN:M) */ |
121 | if (setsockopt_bindtodevice(fd, inf)) | 121 | if (setsockopt_bindtodevice(fd, inf)) |