dovecot-2.0: eperm_error_get_chgrp(): Changed wiki link.

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 8 16:06:22 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/ab12bc9fcc21
changeset: 12722:ab12bc9fcc21
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 08 16:06:20 2011 +0300
description:
eperm_error_get_chgrp(): Changed wiki link.

diffstat:

 src/lib/eacces-error.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1319931cfda0 -r ab12bc9fcc21 src/lib/eacces-error.c
--- a/src/lib/eacces-error.c	Fri Apr 08 16:05:03 2011 +0300
+++ b/src/lib/eacces-error.c	Fri Apr 08 16:06:20 2011 +0300
@@ -231,7 +231,7 @@
 		str_printfa(errmsg, "(%s)", group->gr_name);
 	if (gid_origin != NULL)
 		str_printfa(errmsg, ", group based on %s", gid_origin);
-	str_append(errmsg, " - see http://wiki2.dovecot.org/Errors/NoPerm)");
+	str_append(errmsg, " - see http://wiki2.dovecot.org/Errors/ChgrpNoPerm)");
 	errno = orig_errno;
 	return str_c(errmsg);
 }


More information about the dovecot-cvs mailing list