[dovecot-cvs] dovecot/src/auth userinfo-pam.c,1.10,1.11

cras at procontrol.fi cras at procontrol.fi
Thu Dec 19 03:04:04 EET 2002


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv11295/auth

Modified Files:
	userinfo-pam.c 
Log Message:
compile bugfix



Index: userinfo-pam.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/userinfo-pam.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- userinfo-pam.c	19 Dec 2002 01:02:34 -0000	1.10
+++ userinfo-pam.c	19 Dec 2002 01:04:02 -0000	1.11
@@ -67,6 +67,7 @@
 	const char *input;
 	char *output;
 	char flags;
+	size_t userlen, passlen;
 
 	if (num_msg != 1 || msg[0]->msg_style != PAM_BINARY_PROMPT)
 		return PAM_CONV_ERR;




More information about the dovecot-cvs mailing list