unix runmode: fix FIXME

pull/215/head
Eric Leblond 12 years ago
parent f38b8fe4eb
commit 547c55114e

@ -350,7 +350,7 @@ int RunModeUnixSocketSingle(DetectEngineCtx *de_ctx)
PcapCommand *pcapcmd = SCMalloc(sizeof(PcapCommand));
if (pcapcmd == NULL) {
/* FIXME: really ? */
SCLogError(SC_ERR_MEM_ALLOC, "Can not allocate pcap command");
return 1;
}
pcapcmd->de_ctx = de_ctx;

Loading…
Cancel
Save