Skip to content

Commit

Permalink
sieve-test: Forgot to disable error handling for dummy SMTP output st…
Browse files Browse the repository at this point in the history
…ream.
  • Loading branch information
stephanbosch committed Aug 23, 2016
1 parent 147a0ea commit c3d763c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sieve-tools/sieve-test.c
Expand Up @@ -65,6 +65,7 @@ static void *sieve_smtp_start
( return_path == NULL ? "" : return_path ));

output = o_stream_create_fd(STDOUT_FILENO, (size_t)-1, FALSE);
o_stream_set_no_error_handling(output, TRUE);
return (void*)output;
}

Expand Down

0 comments on commit c3d763c

Please sign in to comment.