]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ulogd: ulogd_inppkt_NFLOG: close nflog handle after unbinding
authorChris Boot <bootc@bootc.net>
Mon, 18 Nov 2013 11:09:14 +0000 (11:09 +0000)
committerEric Leblond <eric@regit.org>
Mon, 18 Nov 2013 22:34:03 +0000 (23:34 +0100)
commitf482f35b63b11273750f66e748f2f0b70c05f352
tree86ae4d4ece67d05a613d5226493772e300a5d00d
parent7ecbef1eb3f49afc8349b3a75f22b253856e60db
ulogd: ulogd_inppkt_NFLOG: close nflog handle after unbinding

The nflog handle is closed, and then nflog_unbind_pf() is called on it, which
triggers an assertion failure within libnfnetlink. This patch simply moves
the nflog_close() just after the nflog_unbind_pf() calls.

Signed-off-by: Chris Boot <bootc@bootc.net>
input/packet/ulogd_inppkt_NFLOG.c