Skip to content

Commit 2017d90

Browse files
committed
Fix missing error check
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent 7a3408c commit 2017d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ sscg_io_utils_add_output_key (struct sscg_stream **streams,
351351
}
352352
}
353353
ret = validate_passphrase (stream);
354+
if (ret != EOK) goto done;
354355

355356
ret = EOK;
356357

0 commit comments

Comments
 (0)