]> 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)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 20 Feb 2017 09:24:42 +0000 (11:24 +0200)
src/lib-imap/imap-bodystructure.c

index b90f49c2f12a8462cd64968a9e09bd5ddfdcc733..f7ff6efdee61d9d3353639e8a78729fce61c298d 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,