Browse Source

nfqws: more error checking fixing

pull/957/head
bol-van 4 months ago
parent
commit
bea643c967
  1. 2
      nfq/nfqws.c

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

Loading…
Cancel
Save