From 9097ab49e06482a2843e7edbe1e6c5ce2f0fabda Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Wed, 14 Dec 2016 01:31:04 +0000 Subject: [PATCH] nitialized protocol_count --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 3721852..bd69995 100644 --- a/main.c +++ b/main.c @@ -1101,7 +1101,7 @@ int main(int argc, char **argv) { conf.ipguard_enable = 0; conf.ipguard_tries = 4; conf.ipguard_timeout = 120; - + conf.protocol_count = 0; // Load BBS data if (ini_parse(argv[1], handler, &conf) <0) { fprintf(stderr, "Unable to load configuration ini (%s)!\n", argv[1]);