]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Allow mail_storage_set_error() to use existing error_string
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 22 Feb 2017 13:29:34 +0000 (15:29 +0200)
committerGitLab <gitlab@git.dovecot.net>
Wed, 22 Feb 2017 22:44:27 +0000 (00:44 +0200)
commite2fd3f13fff682498ad58fec7c11f20f9890c657
tree1ada521bc584004b4bcbd7334cdcfc6ef5eacc5c
parentfdb838ec8774e41004461b7f76ab409774af06c4
lib-storage: Allow mail_storage_set_error() to use existing error_string

Fixes some code that may be attempting to copy an error from one storage to
another, but actually ends up trying to copy within the same storage.
src/lib-storage/mail-storage.c