]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add missing #endif
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Oct 2018 16:34:24 +0000 (17:34 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 8 Oct 2018 16:34:24 +0000 (17:34 +0100)
src/lua/lua_config.c

index c4d71b8ca43238be0ee9fd687d4b26379cc01314..eee3861bce9daf217439fdeb3b6f7f6f0d199723 100644 (file)
@@ -2889,7 +2889,7 @@ lua_periodic_callback_finish (struct thread_entry *thread, int ret)
 
 #ifdef HAVE_EVENT_NO_CACHE_TIME_FUNC
        event_base_update_cache_time (periodic->ev_base);
-#else
+#endif
 
        if (ret == 0) {
                if (lua_type (L, -1) == LUA_TBOOLEAN) {