dovecot-2.0-sslstream: eaccess_error*(): Error message updated.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:47 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/66eaf7b1e36b
changeset: 10211:66eaf7b1e36b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 27 17:35:16 2009 -0400
description:
eaccess_error*(): Error message updated.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/lib/eacces-error.c |    3 ++-

diffs (13 lines):

diff -r b470c03b7164 -r 66eaf7b1e36b src/lib/eacces-error.c
--- a/src/lib/eacces-error.c	Tue Oct 27 16:10:28 2009 -0400
+++ b/src/lib/eacces-error.c	Tue Oct 27 17:35:16 2009 -0400
@@ -151,7 +151,8 @@ eacces_error_get_full(const char *func, 
 			if (errno == EACCES)
 				str_printfa(errmsg, " missing +w perm: %s", path);
 		} else
-			str_printfa(errmsg, " UNIX perms seem ok, ACL problem?");
+			str_printfa(errmsg, " UNIX perms appear ok, "
+				    "some security policy wrong?");
 	}
 	str_append_c(errmsg, ')');
 	errno = orig_errno;


More information about the dovecot-cvs mailing list