diff options
-rw-r--r-- | networking/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c index 872d44b0b..6bd12656a 100644 --- a/networking/arp.c +++ b/networking/arp.c | |||
@@ -408,7 +408,7 @@ static int arp_show(char *name) | |||
408 | continue; | 408 | continue; |
409 | 409 | ||
410 | /* if the user specified device differs, skip it */ | 410 | /* if the user specified device differs, skip it */ |
411 | if (device[0]) | 411 | if (device[0] && strcmp(dev, device) != 0) |
412 | continue; | 412 | continue; |
413 | 413 | ||
414 | shown++; | 414 | shown++; |