From cdcd32b7a189b0b2be772cc19f12647111b22a70 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 8 Apr 2004 00:05:49 +0000 Subject: Fixed another module loader bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@437 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 06a42294f..dc783a281 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -5275,7 +5275,7 @@ int InspIRCd(void) printf("\n"); /* BugFix By Craig! :p */ - count2 = 0; + count = 0; for (count2 = 0; count2 < ConfValueEnum("module",&config_f); count2++) { char modfile[MAXBUF]; -- cgit v1.2.3