mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
nfqws: fix buffer signedness for nfq_handle_packet()
This commit is contained in:
parent
94c848eab5
commit
a833793a15
@ -156,7 +156,7 @@ static int nfq_main(void)
|
||||
struct nfq_handle *h = NULL;
|
||||
struct nfq_q_handle *qh = NULL;
|
||||
int fd,rv;
|
||||
uint8_t buf[16384] __attribute__((aligned));
|
||||
char buf[16384] __attribute__((aligned));
|
||||
|
||||
printf("opening library handle\n");
|
||||
h = nfq_open();
|
||||
|
Loading…
x
Reference in New Issue
Block a user