]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove repeated strcmp(key, "score") 4067/head
authorAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 8 Feb 2022 21:29:03 +0000 (21:29 +0000)
committerAnton Yuzhaninov <citrin+git@citrin.ru>
Tue, 8 Feb 2022 21:29:03 +0000 (21:29 +0000)
src/rspamadm/configdump.c

index 99a246538467cf1858e8bf366248b43cda8b0e07..7ec009636fd123e04f90da0f78e1329ff89bf997 100644 (file)
@@ -399,7 +399,6 @@ rspamadm_configdump (gint argc, gchar **argv, const struct rspamadm_command *cmd
                                                        (strcmp(key, "description") != 0) &&
                                                        (strcmp(key, "disabled") != 0) &&
                                                        (strcmp(key, "condition") != 0) &&
-                                                       (strcmp(key, "score") != 0) &&
                                                        (strcmp(key, "one_shot") != 0) &&
                                                        (strcmp(key, "any_shot") != 0) &&
                                                        (strcmp(key, "nshots") != 0) &&