commit | c88da20f95ad0bfa49e3e9035c26aaac0b05d11d | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Thu Apr 26 16:58:52 2018 -0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 14:35:22 2018 -0400 |
tree | 40df20287e49af647cff4b2dcef7158459607e8e | |
parent | 800e00c12733fe2ed565206dcdb515fa2f705b9f [diff] |
sctp: remove an if() that is always true As noticed by Xin Long, the if() here is always true as PMTU can never be 0. Reported-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>