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)
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>

No differences found