commit ecb3f35: [Minor] Fix documentation

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Oct 23 13:21:07 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-10-23 12:49:54 +0100
URL: https://github.com/rspamd/rspamd/commit/ecb3f35785027535eb002163ae076bb9dd14a8a2 (HEAD -> master)

[Minor] Fix documentation

---
 src/lua/lua_url.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c
index 4b923d3ef..4f79d7b9c 100644
--- a/src/lua/lua_url.c
+++ b/src/lua/lua_url.c
@@ -23,6 +23,9 @@
  * You can also create `rspamd_url` from any text.
  * @example
 local url = require "rspamd_url"
+local mpool = require "rspamd_mempool"
+
+url.init("/usr/share/rspamd/effective_tld_names.dat")
 local pool = mpool.create()
 local res = url.create(pool, 'Look at: http://user@test.example.com/test?query")
 local t = res:to_table()
@@ -757,7 +760,7 @@ lua_url_create (lua_State *L)
 }
 
 /***
- * @function url.create(tld_file)
+ * @function url.init(tld_file)
  * Initialize url library if not initialized yet by Rspamd
  * @param {string} tld_file for url library
  * @return nothing


More information about the Commits mailing list