[dovecot-cvs] dovecot/src/auth userdb-static.c,1.14,1.15

cras at dovecot.org cras at dovecot.org
Sun Aug 14 21:24:53 EEST 2005


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv8239

Modified Files:
	userdb-static.c 
Log Message:
Added missing t_pop() call. static userdb was broken.



Index: userdb-static.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/userdb-static.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- userdb-static.c	7 Aug 2005 11:41:19 -0000	1.14
+++ userdb-static.c	14 Aug 2005 18:24:51 -0000	1.15
@@ -39,6 +39,7 @@
 	}
 
 	callback(reply, auth_request);
+	t_pop();
 }
 
 static void static_init(const char *args)



More information about the dovecot-cvs mailing list