diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-18 17:29:26 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-18 17:29:26 +0000 |
commit | 066b39426d0e90d9add72ef366ad1a0ae9ed2554 (patch) | |
tree | 47ce2dd496dc06cd0812bc3a3801a18230786d89 /src/lua/lua_task.c | |
parent | 78a9afb714a54e3c40910973bea1ade927db8cc6 (diff) | |
download | rspamd-066b39426d0e90d9add72ef366ad1a0ae9ed2554.tar.gz rspamd-066b39426d0e90d9add72ef366ad1a0ae9ed2554.zip |
[Minor] Oops, fix build
Diffstat (limited to 'src/lua/lua_task.c')
-rw-r--r-- | src/lua/lua_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index c762eb173..b5ed7dd19 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -433,7 +433,7 @@ LUA_FUNCTION_DEF (task, get_principal_recipient); * - smtp from as a last resort * @return {address} email address */ -LUA_FUNCTION_DEF (task, get_sender); +LUA_FUNCTION_DEF (task, get_reply_sender); /*** * @method task:set_recipients([type], {rcpt1, rcpt2...}) |