diff --git a/nfq/nfqws.c b/nfq/nfqws.c index 604112b..29db0fa 100644 --- a/nfq/nfqws.c +++ b/nfq/nfqws.c @@ -267,7 +267,7 @@ static int nfq_main(void) errno=e; DLOG_PERROR("recv"); // do not fail on ENOBUFS - } while(errno==ENOBUFS); + } while(e==ENOBUFS); nfq_deinit(&h,&qh);