diff options
Diffstat (limited to 'networking/udhcp/arpping.c')
-rw-r--r-- | networking/udhcp/arpping.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/udhcp/arpping.c b/networking/udhcp/arpping.c index 97dfcc185..6e254f604 100644 --- a/networking/udhcp/arpping.c +++ b/networking/udhcp/arpping.c | |||
@@ -44,11 +44,7 @@ int arpping(uint32_t yiaddr, uint32_t ip, uint8_t *mac, char *interface) | |||
44 | 44 | ||
45 | 45 | ||
46 | if ((s = socket (PF_PACKET, SOCK_PACKET, htons(ETH_P_ARP))) == -1) { | 46 | if ((s = socket (PF_PACKET, SOCK_PACKET, htons(ETH_P_ARP))) == -1) { |
47 | #ifdef IN_BUSYBOX | ||
48 | LOG(LOG_ERR, bb_msg_can_not_create_raw_socket); | 47 | LOG(LOG_ERR, bb_msg_can_not_create_raw_socket); |
49 | #else | ||
50 | LOG(LOG_ERR, "Could not open raw socket"); | ||
51 | #endif | ||
52 | return -1; | 48 | return -1; |
53 | } | 49 | } |
54 | 50 | ||