diff options
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index af29dd301..daea9dd03 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -194,7 +194,7 @@ static NOINLINE int print_linkinfo(const struct nlmsghdr *n) | |||
194 | static int flush_update(void) | 194 | static int flush_update(void) |
195 | { | 195 | { |
196 | if (rtnl_send(G_filter.rth, G_filter.flushb, G_filter.flushp) < 0) { | 196 | if (rtnl_send(G_filter.rth, G_filter.flushb, G_filter.flushp) < 0) { |
197 | bb_perror_msg("failed to send flush request"); | 197 | bb_perror_msg("can't send flush request"); |
198 | return -1; | 198 | return -1; |
199 | } | 199 | } |
200 | G_filter.flushp = 0; | 200 | G_filter.flushp = 0; |