From: Timo Sirainen Date: Sat, 21 Feb 2009 19:16:22 +0000 (-0500) Subject: Auth workers: Don't duplicate "nopassword" field. X-Git-Tag: 1.2.beta2~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cac0f62d29025e5493c53c1d26c6b00c88b089eb;p=thirdparty%2Fdovecot%2Fcore.git Auth workers: Don't duplicate "nopassword" field. --HG-- branch : HEAD --- diff --git a/src/auth/auth-worker-client.c b/src/auth/auth-worker-client.c index 629bb71e4a..2991e2cf85 100644 --- a/src/auth/auth-worker-client.c +++ b/src/auth/auth-worker-client.c @@ -98,8 +98,6 @@ static void verify_plain_callback(enum passdb_result result, 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);