suricata: storage early to get it everywhere

pull/3108/head
Eric Leblond 8 years ago committed by Victor Julien
parent 70695201f6
commit 7f9f130ec3

@ -2631,6 +2631,7 @@ static int PostConfLoadedSetup(SCInstance *suri)
ConfSet("runmode", suri->runmode_custom_mode);
}
StorageInit();
AppLayerSetup();
/* Check for the existance of the default logging directory which we pick
@ -2698,7 +2699,6 @@ static int PostConfLoadedSetup(SCInstance *suri)
SigTableSetup(); /* load the rule keywords */
TmqhSetup();
StorageInit();
CIDRInit();
SCProtoNameInit();

Loading…
Cancel
Save