Skip to content

Commit

Permalink
auth: If userdb result was found from cache, its result_* rules were …
Browse files Browse the repository at this point in the history
…ignored.
  • Loading branch information
sirainen committed Jan 23, 2016
1 parent 9fa4ac6 commit cc4723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth-request.c
Expand Up @@ -1170,7 +1170,7 @@ void auth_request_lookup_user(struct auth_request *request,

if (auth_request_lookup_user_cache(request, cache_key,
&result, FALSE)) {
request->private_callback.userdb(result, request);
auth_request_userdb_callback(result, request);
return;
}
}
Expand Down

0 comments on commit cc4723a

Please sign in to comment.