diff options
Diffstat (limited to 'net/netlabel')
-rw-r--r-- | net/netlabel/netlabel_cipso_v4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_cipso_v4.c b/net/netlabel/netlabel_cipso_v4.c index 9080c61b71a5..0aec318bf0ef 100644 --- a/net/netlabel/netlabel_cipso_v4.c +++ b/net/netlabel/netlabel_cipso_v4.c | |||
@@ -591,7 +591,7 @@ list_retry: | |||
591 | if (nlsze_mult < 4) { | 591 | if (nlsze_mult < 4) { |
592 | rcu_read_unlock(); | 592 | rcu_read_unlock(); |
593 | kfree_skb(ans_skb); | 593 | kfree_skb(ans_skb); |
594 | nlsze_mult++; | 594 | nlsze_mult *= 2; |
595 | goto list_start; | 595 | goto list_start; |
596 | } | 596 | } |
597 | list_failure_lock: | 597 | list_failure_lock: |