diff options
Diffstat (limited to 'net/core/rtnetlink.c')
-rw-r--r-- | net/core/rtnetlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index e01274bd5e3e..33d9227a8b80 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c | |||
@@ -3367,7 +3367,7 @@ static int rtnl_dump_all(struct sk_buff *skb, struct netlink_callback *cb) | |||
3367 | cb->seq = 0; | 3367 | cb->seq = 0; |
3368 | } | 3368 | } |
3369 | ret = dumpit(skb, cb); | 3369 | ret = dumpit(skb, cb); |
3370 | if (ret < 0) | 3370 | if (ret) |
3371 | break; | 3371 | break; |
3372 | } | 3372 | } |
3373 | cb->family = idx; | 3373 | cb->family = idx; |