Suppress double call of nfnl_subsys_close()
[platform/upstream/libnetfilter_queue.git] / src / libnetfilter_queue.c
index e7fbfcc..f5611dd 100644 (file)
@@ -252,7 +252,6 @@ int nfq_close(struct nfq_handle *h)
 {
        int ret;
        
-       nfnl_subsys_close(h->nfnlssh);
        ret = nfnl_close(h->nfnlh);
        if (ret == 0)
                free(h);