Just moved "int i" up 3 lines in function unload_configfile, out of the "ifdef FEATUR...
authoriwanttokeepanon <iwanttokeepanon@users.sourceforge.net>
Thu, 19 Sep 2002 03:48:29 +0000 (03:48 +0000)
committeriwanttokeepanon <iwanttokeepanon@users.sourceforge.net>
Thu, 19 Sep 2002 03:48:29 +0000 (03:48 +0000)
commit4823cf5a4ca87110fc06c5c01e13e89bc94f0d62
treea6f21a997fcc5bd975b979117df49a6b38c3192b
parent1fafdd0184d40f4f90b0f38866f8606568589db5
Just moved "int i" up 3 lines in function unload_configfile, out of the "ifdef FEATURE_ACL" clause.  I disable ACL and it was not compiling because "int i" was ifdef(d) out.  I noticed this in the past, but am just now in a spot where I can change/commit stuff ... long live broadband!
src/loadcfg.c