aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c
index 71690cf30..e3418a945 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -237,7 +237,7 @@ static bool recv_pack(unsigned char *buf, int len, struct sockaddr_ll *FROM)
237 } else { 237 } else {
238 printf(" UNSOLICITED?\n"); 238 printf(" UNSOLICITED?\n");
239 } 239 }
240 fflush(stdout); 240 fflush_all();
241 } 241 }
242 received++; 242 received++;
243 if (FROM->sll_pkttype != PACKET_HOST) 243 if (FROM->sll_pkttype != PACKET_HOST)