]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
push-notification-driver-lua: tx begin pushed mail user not username
authorAki Tuomi <aki.tuomi@dovecot.fi>
Tue, 25 Sep 2018 11:09:55 +0000 (14:09 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Wed, 14 Nov 2018 12:01:53 +0000 (14:01 +0200)
src/plugins/push-notification/push-notification-driver-lua.c

index 3735f8f4760dd151e9c681e1a8cad778968f9973..37c0d6c7e0bda8907a7b72c2c911ee0a5514d227 100644 (file)
@@ -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",