Skip to content

Commit

Permalink
[Minor] Oops: another format string
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 15, 2019
1 parent ec069c5 commit e49e683
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/libserver/composites.c
Expand Up @@ -272,10 +272,9 @@ rspamd_composite_process_single_symbol (struct composites_data *cd,
msg_debug_composites ("symbol %s in composite %s misses required option %s",
sym,
cd->composite->sym,
ms->score,
cur_opt->type == RSPAMD_COMPOSITE_OPTION_PLAIN ?
(cur_opt->type == RSPAMD_COMPOSITE_OPTION_PLAIN ?
cur_opt->data.match :
rspamd_regexp_get_pattern (cur_opt->data.re));
rspamd_regexp_get_pattern (cur_opt->data.re)));
ms = NULL;

break;
Expand Down

0 comments on commit e49e683

Please sign in to comment.