Skip to content
Commit 46578a69 authored by Roel Kluin's avatar Roel Kluin Committed by David S. Miller
Browse files

net: variables reach -1, but 0 tested



while (timeout--) { ... }

timeout becomes -1 if the loop isn't ended otherwise, not 0.

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0047e5d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment