]> git.baikalelectronics.ru Git - kernel.git/commit
net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 23 Nov 2011 21:18:20 +0000 (21:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Nov 2011 06:41:29 +0000 (01:41 -0500)
commite6adabb410f76c5169020382942c610e6a1e92be
tree987d5a95858b05b6ffb857f27e8ffefeed6b9fdf
parentf2e57a32fda678d49aa17300588b40505426f98d
net/netlabel: copy and paste bug in netlbl_cfg_unlbl_map_add()

This was copy and pasted from the IPv4 code.  We're calling the
ip4 version of that function and map4 is NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlabel/netlabel_kapi.c