mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-22 08:18:36 +03:00
main.c: Initialize byte_count with 0. It is never used though.
This commit is contained in:
@@ -140,7 +140,7 @@ int main(int argc, char **argv)
|
|||||||
char *gsmtap_host = "127.0.0.1";
|
char *gsmtap_host = "127.0.0.1";
|
||||||
int rc, c;
|
int rc, c;
|
||||||
int skip_atr = 0;
|
int skip_atr = 0;
|
||||||
unsigned int msg_count, byte_count;
|
unsigned int msg_count, byte_count = 0;
|
||||||
|
|
||||||
print_welcome();
|
print_welcome();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user