changeset 8762:4cbfff403813 HEAD

Auth workers: Don't duplicate "nopassword" field.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Feb 2009 14:16:22 -0500
parents 5e6d0ca437a2
children 992cfb5ebdb0
files src/auth/auth-worker-client.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-worker-client.c	Fri Feb 20 18:29:30 2009 -0500
+++ b/src/auth/auth-worker-client.c	Sat Feb 21 14:16:22 2009 -0500
@@ -98,8 +98,6 @@
 		auth_stream_reply_add(reply, NULL,
 				      request->passdb_password == NULL ? "" :
 				      request->passdb_password);
-		if (request->no_password)
-			auth_stream_reply_add(reply, "nopassword", NULL);
 		if (request->extra_fields != NULL) {
 			const char *fields =
 				auth_stream_reply_export(request->extra_fields);