From: Aki Tuomi Date: Tue, 25 Sep 2018 11:09:55 +0000 (+0300) Subject: push-notification-driver-lua: tx begin pushed mail user not username X-Git-Tag: 2.3.4~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c698ce9c21bf93ca9d2fc6cdba6ebbaaf1f36fec;p=thirdparty%2Fdovecot%2Fcore.git push-notification-driver-lua: tx begin pushed mail user not username --- diff --git a/src/plugins/push-notification/push-notification-driver-lua.c b/src/plugins/push-notification/push-notification-driver-lua.c index 3735f8f476..37c0d6c7e0 100644 --- a/src/plugins/push-notification/push-notification-driver-lua.c +++ b/src/plugins/push-notification/push-notification-driver-lua.c @@ -143,7 +143,7 @@ static bool push_notification_driver_lua_begin_txn push_notification_driver_debug(DLUA_LOG_LABEL, user, "Calling " DLUA_FN_BEGIN_TXN "(%s)", user->username); - /* push username as argument */ + /* push mail user as argument */ dlua_push_mail_user(ctx->script, user); if ((luaerr = lua_pcall(ctx->script->L, 1, 1, 0)) != 0) { i_error("push_notification_lua: %s",