修复编译警告

This commit is contained in:
luwenpeng
2021-10-27 20:13:14 +03:00
parent f934023b40
commit ef783a8b5f

View File

@@ -373,8 +373,8 @@ int main(int argc, char **argv)
int rv;
int opt;
uint16_t queue = 1;
struct nfq_handle *handle;
struct nfq_q_handle *q_handle;
struct nfq_handle *handle = NULL;
struct nfq_q_handle *q_handle = NULL;
char buf[65535] __attribute__((aligned));
is_dump_packet_info = 0;