Ver código fonte

[Minor] Remove repeated strcmp(key, "score")

tags/3.2
Anton Yuzhaninov 2 anos atrás
pai
commit
bbd738dbdb
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      src/rspamadm/configdump.c

+ 0
- 1
src/rspamadm/configdump.c Ver arquivo

@@ -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) &&

Carregando…
Cancelar
Salvar