From 4a1c3817e7b17bad6005cb4caca81f13a80de517 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 31 Aug 2007 19:39:49 +0000 Subject: Unbreak the compile. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8008 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 949d8a3ae..a96e16c45 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -439,8 +439,6 @@ InspIRCd::InspIRCd(int argc, char** argv) * For an explanation as to exactly how this works, and why it works this way, see GetUID(). * -- w00t */ - int i; - /* Generate SID */ size_t sid = 0; if (Config->sid) @@ -575,6 +573,7 @@ InspIRCd::InspIRCd(int argc, char** argv) /* moved to a function, as UID generation can call this also */ void InspIRCd::InitialiseUID() { + int i; size_t sid = Config->sid; current_uid[0] = sid / 100 + 48; -- cgit v1.2.3