]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
global: Replace o_stream_send*() with o_stream_nsend*() where return value is ignored
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 21 May 2018 15:33:33 +0000 (18:33 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 4 Jul 2018 18:33:06 +0000 (18:33 +0000)
commitc7fd2f40c97511ed9ab30a1efd0db3e7bccc444f
treed140ea44467b3cca14b837ff35fc73d658c2c39a
parentcf76551ea7bc485a9a6ff80a27fcb7f301f47669
global: Replace o_stream_send*() with o_stream_nsend*() where return value is ignored

Verified that in all of these places either o_stream_set_no_error_handling()
has been called or o_stream_flush/finish() is called afterwards.
src/director/director-connection.c
src/imap-hibernate/imap-hibernate-client.c
src/lib-program-client/test-program-client-net.c
src/lib-program-client/test-program-client-unix.c
src/lib-smtp/smtp-client-connection.c
src/lib-smtp/test-smtp-client-errors.c
src/lib-smtp/test-smtp-submit.c
src/lib-storage/list/subscription-file.c
src/master/master-client.c
src/plugins/quota/quota-status.c