修复编译警告
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user