mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
Previous "fix" wasn't good enough.
Now *this* is the correct fix (I think).
This commit is contained in:
parent
91c06e0a3c
commit
681f183b94
@ -408,7 +408,7 @@ static int arp_show(char *name)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* if the user specified device differs, skip it */
|
/* if the user specified device differs, skip it */
|
||||||
if (device[0])
|
if (device[0] && strcmp(dev, device) != 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
shown++;
|
shown++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user