nfqws: more error checking fixing

This commit is contained in:
bol-van 2024-12-08 09:40:45 +03:00
parent addc813956
commit bea643c967

View File

@ -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);