dovecot: FIXME comment update

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


details:   http://hg.dovecot.org/dovecot/rev/e3693a057962
changeset: 5816:e3693a057962
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 27 23:23:15 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 3f1d268f32f0 -r e3693a057962 src/auth/passdb-pam.c
--- a/src/auth/passdb-pam.c	Wed Jun 27 23:12:35 2007 +0300
+++ b/src/auth/passdb-pam.c	Wed Jun 27 23:23:15 2007 +0300
@@ -231,8 +231,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