dovecot-1.2: Fix to previous commit to actually compile..

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 16 19:29:32 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/02ba04b6aa07
changeset: 8641:02ba04b6aa07
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 16 12:29:30 2009 -0500
description:
Fix to previous commit to actually compile..

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/mail-error.c |    2 +-

diffs (12 lines):

diff -r 1bfe762cb9ff -r 02ba04b6aa07 src/lib-storage/mail-error.c
--- a/src/lib-storage/mail-error.c	Fri Jan 16 12:21:21 2009 -0500
+++ b/src/lib-storage/mail-error.c	Fri Jan 16 12:29:30 2009 -0500
@@ -66,7 +66,7 @@ const char *mail_error_eacces_msg(const 
 			 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);


More information about the dovecot-cvs mailing list