commit 1f3935d: [Minor] Fix format string

Vsevolod Stakhov vsevolod at highsecure.ru
Sat Feb 16 14:28:08 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-02-16 14:26:06 +0000
URL: https://github.com/rspamd/rspamd/commit/1f3935d436bd9ec73268302ec5b723c4700e7261 (HEAD -> master)

[Minor] Fix format string

---
 src/lua/lua_task.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index 197094ab9..7067ee836 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -1900,7 +1900,7 @@ lua_task_get_urls (lua_State * L)
 						protocols_mask |= nmask;
 					}
 					else {
-						msg_info ("bad url protocol: %s", cvec);
+						msg_info ("bad url protocol: %s", *cvec);
 					}
 
 					cvec ++;


More information about the Commits mailing list