commit | 62720b12d20aecebc2e74642c37a3dc84717ac7a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Apr 09 13:59:12 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 14:01:08 2019 -0700 |
tree | 9ec15b15145412a4bc1f2f80fc32be2ab73db50d | |
parent | 909620ff72c8fcf95b6ef1dca850b24bf016dd27 [diff] |
dns: remove redundant zero length namelen check The zero namelen check is redundant as it has already been checked for zero at the start of the function. Remove the redundant check. Addresses-Coverity: ("Logically Dead Code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>