commit | 59c2cdae2791c0b2ee13d148edc6b771e7e7953f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Dec 01 14:12:55 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 01 14:12:55 2011 -0500 |
tree | 1e1a9d09a881a0283d991e91f39a36d6de045d54 | |
parent | b03b6dd58cef7d15b7c46a6729b83dd535ef08ab [diff] |
Revert "udp: remove redundant variable" This reverts commit 81d54ec8479a2c695760da81f05b5a9fb2dbe40a. If we take the "try_again" goto, due to a checksum error, the 'len' has already been truncated. So we won't compute the same values as the original code did. Reported-by: paul bilke <fsmail@conspiracy.net> Signed-off-by: David S. Miller <davem@davemloft.net>