]> source.dussan.org Git - rspamd.git/commitdiff
Fix build with old sqlite
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 15 Dec 2015 17:19:07 +0000 (17:19 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 15 Dec 2015 17:19:07 +0000 (17:19 +0000)
src/libserver/fuzzy_backend.c

index c93b1c91ea8aa14919264d664d13fb5f1a4cc692..d525a9c56db04639cc7889316093f8e456462a38 100644 (file)
@@ -708,8 +708,9 @@ rspamd_fuzzy_backend_finish_update (struct rspamd_fuzzy_backend *backend)
                        msg_info_fuzzy_backend ("total number of frames in the wal file: "
                                        "%d, checkpointed: %d", wal_frames, wal_checkpointed);
                }
-       }
 #endif
+       }
+
        return TRUE;
 }