]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: client: Fix timeout leak sometimes occurring at unexpected remote disconnect.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 28 Jan 2018 10:44:26 +0000 (11:44 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 28 Jan 2018 10:47:43 +0000 (11:47 +0100)
commita56840e419fb37d98df754153118ff6f213f8233
treed50402b609c1259727a3db7d4bab6fe3580bd0c0
parentd9683a6493b2298ecd309522df315f8e7188e869
lib-smtp: client: Fix timeout leak sometimes occurring at unexpected remote disconnect.

While disconnected, newly submitted commands are queued, yet scheduled for
immediate failure. The timeout used for that was not cleaned up.
src/lib-smtp/smtp-client-connection.c