From: Timo Sirainen Date: Mon, 26 Jan 2009 01:11:08 +0000 (-0500) Subject: Previous change to handling blocking passdbs broke it for userdb prefetch. X-Git-Tag: 1.2.beta1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5077edbb3c2a9eb5f3543a8f97fc764c163ccee;p=thirdparty%2Fdovecot%2Fcore.git Previous change to handling blocking passdbs broke it for userdb prefetch. --HG-- branch : HEAD --- diff --git a/src/auth/auth-worker-client.c b/src/auth/auth-worker-client.c index 3d30eceed9..1eccb0ffea 100644 --- a/src/auth/auth-worker-client.c +++ b/src/auth/auth-worker-client.c @@ -116,8 +116,6 @@ static void verify_plain_callback(enum passdb_result result, request->passdb_password); if (request->no_password) auth_stream_reply_add(reply, "nopassword", NULL); - if (request->userdb_reply != NULL) - add_userdb_replies(reply, request->userdb_reply); if (request->extra_fields != NULL) { const char *fields = auth_stream_reply_export(request->extra_fields);