dovecot-1.2: master: If chdir() failed with EACCES, the error me...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 23 21:48:54 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/76294bdecd5a
changeset: 9491:76294bdecd5a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 23 14:48:49 2009 -0500
description:
master: If chdir() failed with EACCES, the error message wasn't correct.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/mail-process.c |    2 +-

diffs (12 lines):

diff -r fd84592e817b -r 76294bdecd5a src/master/mail-process.c
--- a/src/master/mail-process.c	Mon Nov 23 13:08:47 2009 -0500
+++ b/src/master/mail-process.c	Mon Nov 23 14:48:49 2009 -0500
@@ -839,7 +839,7 @@ create_mail_process(enum process_type pr
 					full_home_dir, dec2str(uid));
 			} else {
 				i_fatal("%s", eacces_error_get("chdir",
-							       full_home_dir));
+					t_strconcat(full_home_dir, "/", NULL)));
 			}
 		}
 		/* Change UID back. No need to change GID back, it doesn't


More information about the dovecot-cvs mailing list