]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Fix to previous commit to actually compile..
authorTimo Sirainen <tss@iki.fi>
Fri, 16 Jan 2009 17:29:30 +0000 (12:29 -0500)
committerTimo Sirainen <tss@iki.fi>
Fri, 16 Jan 2009 17:29:30 +0000 (12:29 -0500)
--HG--
branch : HEAD

src/lib-storage/mail-error.c

index bfa36b07be056c5f3abc13d8885a3803bcbabc52..dd1b6faaba146f92ade709ddee92a72586385671 100644 (file)
@@ -66,7 +66,7 @@ const char *mail_error_eacces_msg(const char *func, const char *path)
                         access(path, R_OK) < 0 && errno == EACCES)
                        str_printfa(errmsg, " missing +r perm: %s", path);
                else
-                       str_printf(errmsg, " UNIX perms seem ok, ACL problem?");
+                       str_printfa(errmsg, " UNIX perms seem ok, ACL problem?");
        }
        str_append_c(errmsg, ')');
        return str_c(errmsg);