X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2Fstats.mod%2Fmodule.c;h=c08e0fba58e8225341c6d8e5a2d1cc7563474c0f;hp=ff5f8f6afb344de0ca14775ae62be0fe8c149662;hb=7138a5def9cf3fa8a4b3ffc39ab5206b4b8da99b;hpb=8e78bf352b8d5fd037f05313a76de21280c27989 diff --git a/src/modules/stats.mod/module.c b/src/modules/stats.mod/module.c index ff5f8f6..c08e0fb 100644 --- a/src/modules/stats.mod/module.c +++ b/src/modules/stats.mod/module.c @@ -94,7 +94,7 @@ static TIMEQ_CALLBACK(stats_timer_callback) { if(get_int_field(tmp)) pkgpos += sprintf(pkgbuf + pkgpos, "*\n"); else { - struct ClientSocket *bot, *bot1, *bot2, *bot3; + struct ClientSocket *bot, *bot1 = NULL, *bot2 = NULL, *bot3 = NULL; for(bot = getBots(SOCKET_FLAG_READY, NULL); bot; bot = getBots(SOCKET_FLAG_READY, bot)) { if(bot->botid == 1 && (bot->flags & SOCKET_FLAG_PREFERRED)) bot1 = bot;