Skip to content

Commit 9c58982

Browse files
committed
fuzz: remove debug_file= from dummy conf file
1 parent c3f225e commit 9c58982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fuzz/fuzz_auth.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ static const char dummy_conf_file[] = "max_devices=10\n"
7070
"origin=pam://lolcalhost\n"
7171
"appid=pam://lolcalhost\n"
7272
"prompt=hello\n"
73-
"cue_prompt=howdy\n"
74-
"debug_file=stdout\n";
73+
"cue_prompt=howdy\n";
7574

7675
/* conversation dummy for manual authentication */
7776
static const char *dummy_conv =

0 commit comments

Comments
 (0)