]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-program-client: Ignore ostream error handling
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 24 Nov 2017 23:59:47 +0000 (01:59 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 27 Nov 2017 07:02:23 +0000 (09:02 +0200)
src/lib-program-client/program-client.c

index 09dfdb382ad6646f131b9c9cb07e46dc6da352de..2981b3c41a35a664ff49536bc527795dda493885 100644 (file)
@@ -523,6 +523,7 @@ void program_client_init_streams(struct program_client *pclient)
                        o_stream_create_fd(pclient->fd_out,
                                           MAX_OUTPUT_BUFFER_SIZE);
                o_stream_set_name(pclient->program_output, "program stdin");
+               o_stream_set_no_error_handling(pclient->program_output, TRUE);
        }
        if (pclient->fd_in >= 0) {
                pclient->program_input =