Simplify code by removing comment

pull/467/head
Eric Leblond 13 years ago
parent 07ef1f9837
commit 132bebb2b2

@ -1874,13 +1874,7 @@ int main(int argc, char **argv)
/* Spawn the flow manager thread */
FlowManagerThreadSpawn();
StreamTcpInitConfig(STREAM_VERBOSE);
}
/* Spawn the L7 App Detect thread */
//AppLayerDetectProtoThreadSpawn();
/* Spawn the perf counter threads. Let these be the last one spawned */
if (run_mode != RUNMODE_UNIX_SOCKET) {
SCPerfSpawnThreads();
}

Loading…
Cancel
Save