]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: client: Fix transaction state transition for the DATA command.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 15 Aug 2018 22:42:50 +0000 (00:42 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 22 Aug 2018 08:50:33 +0000 (08:50 +0000)
commit2b561064f989d84678b9878011b267af466fee18
tree31b95cd1d6894c8386c4d350e53d0180fd0b6bbd
parent6d122d87ae6c6b9d6807f30abf08bc63af462234
lib-smtp: client: Fix transaction state transition for the DATA command.

It progressed to the DATA state too early. By the looks of things, this only
affected the correctness of error and debug messages. It does not affect the
transaction itself.
src/lib-smtp/smtp-client-transaction.c