diff options
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 88438179d..8eba90c77 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -524,8 +524,10 @@ extern int ipaddr_list_or_flush(int argc, char **argv, int flush) | |||
524 | exit(1); | 524 | exit(1); |
525 | } | 525 | } |
526 | if (filter.flushed == 0) { | 526 | if (filter.flushed == 0) { |
527 | #if 0 | ||
527 | if (round == 0) | 528 | if (round == 0) |
528 | fprintf(stderr, "Nothing to flush.\n"); | 529 | fprintf(stderr, "Nothing to flush.\n"); |
530 | #endif | ||
529 | fflush(stdout); | 531 | fflush(stdout); |
530 | return 0; | 532 | return 0; |
531 | } | 533 | } |