Suppress double call of nfnl_subsys_close()
authorEric Leblond <eric@inl.fr>
Wed, 17 Dec 2008 15:29:56 +0000 (16:29 +0100)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:05 +0000 (14:12 +0100)
commit528aa817268d3972c8426b318d13d71c380979c2
treee5359f0cffe09d60f8ec279ec80d03bef8813c3f
parent03489762c439312321b300660f8c58421748f3ef
Suppress double call of nfnl_subsys_close()

nfnl_close() is calling nfnl_subsys_close() for all available
subsys. Thus it is not necessary to call it in the nfq_close()
function.

Signed-off-by: Eric Leblond <eric@inl.fr>
src/libnetfilter_queue.c