]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, fix build
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 18 Mar 2019 17:29:26 +0000 (17:29 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 18 Mar 2019 17:29:26 +0000 (17:29 +0000)
src/lua/lua_task.c

index c762eb173b98bab484a65cdd045ec64194546e1d..b5ed7dd19a043b09c4d58fdace97de44205b1eaf 100644 (file)
@@ -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...})