This has to go after we init the exempt list... thanks SHD

This commit is contained in:
Fish 2003-11-10 12:00:44 +00:00
parent cccff4a1b4
commit 346bb5fd41

4
opsb.c
View file

@ -1292,7 +1292,6 @@ int __ModInit(int modnum, int apiver)
/* queue can be anything we want */
opsbq = list_create(MAX_QUEUE);
LoadConfig();
/* scan cache is MAX_QUEUE size (why not?) */
cache = list_create(MAX_QUEUE);
@ -1301,6 +1300,9 @@ int __ModInit(int modnum, int apiver)
opsb.ports = list_create(MAX_PORTS);
LoadConfig();
online = 0;
opsb.open = 0;