]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 8 Jan 2017 21:50:02 +0000 (22:50 +0100)
committerGitLab <gitlab@git.dovecot.net>
Mon, 30 Jan 2017 16:00:26 +0000 (18:00 +0200)
src/lib-imap/imap-bodystructure.c

index aea44e1dcf17389905d6df394e63a3c9ef681d22..024341e3abea6750ad3a80398712182dd4f57ecf 100644 (file)
@@ -839,7 +839,7 @@ imap_bodystructure_parse_args(const struct imap_arg *args, pool_t pool,
        }
 
        if (!get_nstring(args++, pool, tmpstr, &data->content_md5)) {
-               *error_r = "Invalid content-description";
+               *error_r = "Invalid content-md5";
                return -1;
        }
        return imap_bodystructure_parse_args_common(data, pool, tmpstr,