diff --git a/src/runmode-unix-socket.c b/src/runmode-unix-socket.c index 763cafe2be..35fa919da4 100644 --- a/src/runmode-unix-socket.c +++ b/src/runmode-unix-socket.c @@ -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;