diff --git a/src/output-filestore.c b/src/output-filestore.c index 7e3824254d..06d82a7f7f 100644 --- a/src/output-filestore.c +++ b/src/output-filestore.c @@ -231,7 +231,7 @@ static int OutputFilestoreLogger(ThreadVars *tv, void *thread_data, const Packet } ff->fd = -1; } - /* we can get called with a NULL ffd when we need to close */ + /* we can get called with NULL data when we need to close */ } else if (data != NULL) { if (ff->fd == -1) { /* construct tmp file path */