dovecot-1.0: FIXME comment update

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 27 23:23:10 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/7bb0916b17ec
changeset: 5330:7bb0916b17ec
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 27 23:23:06 2007 +0300
description:
FIXME comment update

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
src/auth/passdb-pam.c |    3 +--

diffs (13 lines):

diff -r a098e94cd318 -r 7bb0916b17ec src/auth/passdb-pam.c
--- a/src/auth/passdb-pam.c	Wed Jun 27 23:12:34 2007 +0300
+++ b/src/auth/passdb-pam.c	Wed Jun 27 23:23:06 2007 +0300
@@ -229,8 +229,7 @@ static int pam_auth(struct auth_request 
 	        }
 	}
 
-	/* FIXME: this doesn't actually work since we're in the child
-	   process.. */
+	/* FIXME: this works only with blocking=yes */
 	status = pam_get_item(pamh, PAM_USER, (linux_const void **)&item);
 	if (status != PAM_SUCCESS) {
 		*error = t_strdup_printf("pam_get_item() failed: %s",


More information about the dovecot-cvs mailing list