main.c: Initialize byte_count with 0. It is never used though.

This commit is contained in:
Holger Hans Peter Freyther
2011-07-15 15:49:49 +02:00
parent 13fdc84500
commit 83e051ce6e

View File

@@ -140,7 +140,7 @@ int main(int argc, char **argv)
char *gsmtap_host = "127.0.0.1";
int rc, c;
int skip_atr = 0;
unsigned int msg_count, byte_count;
unsigned int msg_count, byte_count = 0;
print_welcome();