netfilter: nfnetlink_osf: fix using plain integer as NULL warning
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 8 Aug 2018 03:23:44 +0000 (03:23 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 8 Aug 2018 17:05:39 +0000 (19:05 +0200)
commite7ea2a52ffaf60a211edc0df97dcf194d1257714
tree2dd12451a8539ee1eab582db204f768c2d89b07c
parent212dfd909ea8b630e5d6fa4d25aeec9c4b4b14a5
netfilter: nfnetlink_osf: fix using plain integer as NULL warning

Fixes the following sparse warning:

net/netfilter/nfnetlink_osf.c:274:24: warning:
 Using plain integer as NULL pointer

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_osf.c