changed a typo

This commit is contained in:
wangyu- 2018-07-21 20:51:13 +08:00 committed by GitHub
parent d639adfbbe
commit 626926e25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ ev_loop* g_default_loop;
pthread_t pcap_recv_thread;
char g_packet_buf[buf_len]; //dirty code, fix it later
int g_packet_buf_len=1;
int g_packet_buf_len=-1;
int g_packet_buf_cnt=0;