dovecot: Minor cleanup

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 9 17:17:23 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/007eee01749f
changeset: 6245:007eee01749f
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 09 16:58:07 2007 +0300
description:
Minor cleanup

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/userdb-static.c |    2 +-

diffs (18 lines):

diff -r b2d6becbc1f5 -r 007eee01749f src/auth/userdb-static.c
--- a/src/auth/userdb-static.c	Thu Aug 09 16:29:00 2007 +0300
+++ b/src/auth/userdb-static.c	Thu Aug 09 16:58:07 2007 +0300
@@ -129,13 +129,13 @@ static_preinit(struct auth_userdb *auth_
 	uid_t uid;
 	gid_t gid;
 
+	t_push();
 	module = p_new(auth_userdb->auth->pool, struct static_userdb_module, 1);
 
 	tmp = t_strsplit_spaces(args, " ");
 	p_array_init(&module->template, auth_userdb->auth->pool,
 		     strarray_length(tmp));
 
-	t_push();
 	for (; *tmp != NULL; tmp++) {
 		value = strchr(*tmp, '=');
 		if (value == NULL)


More information about the dovecot-cvs mailing list