aboutsummaryrefslogtreecommitdiff
path: root/networking/ether-wake.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ether-wake.c')
-rw-r--r--networking/ether-wake.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/ether-wake.c b/networking/ether-wake.c
index cc2fb62a3..f870f6a5f 100644
--- a/networking/ether-wake.c
+++ b/networking/ether-wake.c
@@ -175,8 +175,7 @@ int ether_wake_main(int argc, char *argv[])
175 175
176 /* This is necessary for broadcasts to work */ 176 /* This is necessary for broadcasts to work */
177 if (flags /*& 1 [OPT_BROADCAST]*/) { 177 if (flags /*& 1 [OPT_BROADCAST]*/) {
178 int one = 1; 178 if (setsockopt_broadcast(s) < 0)
179 if (setsockopt(s, SOL_SOCKET, SO_BROADCAST, (void *)&one, sizeof(one)) < 0)
180 bb_perror_msg("SO_BROADCAST"); 179 bb_perror_msg("SO_BROADCAST");
181 } 180 }
182 181