changeset 6245:007eee01749f HEAD

Minor cleanup
author Timo Sirainen <tss@iki.fi>
date Thu, 09 Aug 2007 16:58:07 +0300
parents b2d6becbc1f5
children 1cc70ab3482a
files src/auth/userdb-static.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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)