From 547c55114e3efb33f1948e030624a2430c59c4e7 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 20 Nov 2012 10:17:57 +0100 Subject: [PATCH] unix runmode: fix FIXME --- src/runmode-unix-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;