From 9ae0c3466aa21c59bc3539810a8bb9e57c0e300d Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Tue, 7 Feb 2012 22:15:31 +0000 Subject: [PATCH] forgot to add global back --- src/hci_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci_dump.c b/src/hci_dump.c index fd5d5199d..291c2f2d5 100644 --- a/src/hci_dump.c +++ b/src/hci_dump.c @@ -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){