commit | fa2323325e8b0c61ded1e3d2c6f12f3aa43c4e30 | [log] [tgz] |
---|---|---|
author | Peter Oskolkov <posk@google.com> | Thu Dec 20 16:41:52 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 20 19:26:52 2018 -0800 |
tree | f7cb8e16f2b92c1a4ff434f72ff3c95519205813 | |
parent | a02e8964eaf9271a8a5fcc0c55bd13f933bafc56 [diff] |
selftests: net: reuseport_addr_any: silence clang warning Clang does not recognize that calls to error() terminate execution and complains about uninitialized variable use that happens after calls to error(). This noop patchset fixes this. Signed-off-by: Peter Oskolkov <posk@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>