changeset 3569:1b2d685d1660 HEAD

Compile fix
author Timo Sirainen <tss@iki.fi>
date Sun, 11 Sep 2005 16:03:48 +0300
parents 1081888c1407
children 6ea104e75c3d
files src/auth/userdb-vpopmail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/userdb-vpopmail.c	Sun Sep 11 14:53:13 2005 +0300
+++ b/src/auth/userdb-vpopmail.c	Sun Sep 11 16:03:48 2005 +0300
@@ -84,7 +84,7 @@
 		}
 	}
 
-	reply = auth_stream_reply_init();
+	reply = auth_stream_reply_init(auth_request);
 	auth_stream_reply_add(reply, NULL, vpw->pw_name);
 	auth_stream_reply_add(reply, "uid", dec2str(uid));
 	auth_stream_reply_add(reply, "gid", dec2str(gid));