forgot to add global back

This commit is contained in:
matthias.ringwald 2012-02-07 22:15:31 +00:00
parent b0a96cacda
commit 9ae0c3466a

View File

@ -89,7 +89,7 @@ static hcidump_hdr header_bluez;
static pktlog_hdr header_packetlogger;
static char time_string[40];
static int max_nr_packets = -1;
// static int nr_packets = 0;
static int nr_packets = 0;
#endif
void hci_dump_open(char *filename, hci_dump_format_t format){