From: Martti Rannanjärvi Date: Thu, 14 Feb 2019 11:35:06 +0000 (+0200) Subject: lib-master: master-login-auth - Name auth finished event same way as the others X-Git-Tag: 2.3.9~829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01631cdcc312a50db21ab665f2ca0754e4c56a9a;p=thirdparty%2Fdovecot%2Fcore.git lib-master: master-login-auth - Name auth finished event same way as the others So change auth_master_client_login_finished to auth_master_client_login_finished. --- diff --git a/src/lib-master/master-login-auth.c b/src/lib-master/master-login-auth.c index dfdc817c46..37808c8794 100644 --- a/src/lib-master/master-login-auth.c +++ b/src/lib-master/master-login-auth.c @@ -148,7 +148,7 @@ static void request_failure(struct master_login_auth *auth, struct event_passthrough *e = event_create_passthrough(request->event)-> - set_name("master_login_auth_finished"); + set_name("auth_master_client_login_finished"); e->add_str("error", log_reason); e_error(e->event(), "Login auth request failed: %s (%s)", log_reason, str_c(str));