Skip to content

Commit 448de9a

Browse files
committed
Command: makes compiler happy
1 parent 9401a4b commit 448de9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/command/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bool ffPrepareCommand(FFCommandOptions* options)
4242

4343
const char* ffDetectCommand(FFCommandOptions* options, FFstrbuf* result)
4444
{
45-
FFCommandResultBundle bundle;
45+
FFCommandResultBundle bundle = {};
4646
if (!options->parallel)
4747
bundle.error = spawnProcess(options, &bundle.handle);
4848
else

0 commit comments

Comments
 (0)