]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix reply type
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 Apr 2018 12:11:56 +0000 (13:11 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 Apr 2018 12:11:56 +0000 (13:11 +0100)
src/fuzzy_storage.c

index 6c0c9b15e0f7b92c9af57a12e84a8be1e03e4ff5..d5410bc76a5d4884f897c8770b07f36a05bf1e33 100644 (file)
@@ -2112,7 +2112,7 @@ rspamd_fuzzy_storage_stat (struct rspamd_main *rspamd_main,
        gchar tmppath[PATH_MAX];
 
        memset (&rep, 0, sizeof (rep));
-       rep.type = RSPAMD_CONTROL_RELOAD;
+       rep.type = RSPAMD_CONTROL_FUZZY_STAT;
 
        rspamd_snprintf (tmppath, sizeof (tmppath), "%s%c%s-XXXXXXXXXX",
                        rspamd_main->cfg->temp_dir, G_DIR_SEPARATOR, "fuzzy-stat");