output/filestore: minor comment fixup

pull/13939/head
Victor Julien 2 months ago committed by Victor Julien
parent 6d8fc10b8f
commit 81c348e4ed

@ -231,7 +231,7 @@ static int OutputFilestoreLogger(ThreadVars *tv, void *thread_data, const Packet
} }
ff->fd = -1; 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) { } else if (data != NULL) {
if (ff->fd == -1) { if (ff->fd == -1) {
/* construct tmp file path */ /* construct tmp file path */

Loading…
Cancel
Save