commit | 6f8474922b443fd4a89a5dd5b891a3c6a144b9c7 | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <[email protected]> | Fri Oct 05 10:19:57 2018 +0200 |
committer | David S. Miller <[email protected]> | Fri Oct 05 14:53:44 2018 -0700 |
tree | c4d1e9a2db87c292856b847630f91437f3b4112e | |
parent | 4c2d39bd40c1f34975bec070a8e43fa573a9c327 [diff] |
selftests: net: Clean up an unused variable Address compiler warning: ip_defrag.c: In function 'send_udp_frags': ip_defrag.c:206:16: warning: unused variable 'udphdr' [-Wunused-variable] struct udphdr udphdr; ^~~~~~ Signed-off-by: Jakub Sitnicki <[email protected]> Signed-off-by: David S. Miller <[email protected]>