From: Mikhail Galanin Date: Fri, 24 Aug 2018 09:03:19 +0000 (+0100) Subject: [Minor] no to misleading comments X-Git-Tag: 1.8.0~209^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452d13bd045d61e1b4838f433de11a2be46af801;p=thirdparty%2Frspamd.git [Minor] no to misleading comments --- diff --git a/src/lua/lua_config.c b/src/lua/lua_config.c index b8f8ff72f7..0a560c34a0 100644 --- a/src/lua/lua_config.c +++ b/src/lua/lua_config.c @@ -2874,7 +2874,7 @@ lua_periodic_callback_finish (struct thread_entry *thread, int ret) plan_more = timeout > 0 ? TRUE : FALSE; } - lua_pop (L, 1); /* Return value + error function */ + lua_pop (L, 1); /* Return value */ } if (plan_more) { if (periodic->need_jitter) {