]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
l2tp: remove redundant addr_len check in l2tp_ip_bind()
authorGuillaume Nault <g.nault@alphalink.fr>
Fri, 6 Jan 2017 19:03:54 +0000 (20:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Jan 2017 03:18:56 +0000 (22:18 -0500)
commit8cf2f704534147ce84c4df951887c1d49fe9350c
treecad0ec22439eca9d10b6936d4412d740c9c23006
parent780e982905bef61d13496d9af5310bf4af3a64d3
l2tp: remove redundant addr_len check in l2tp_ip_bind()

addr_len's value has already been verified at this point.

Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ip.c