Browse Source

[Minor] Fix misprint

tags/1.6.0
Vsevolod Stakhov 7 years ago
parent
commit
c68e1e42bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libserver/dkim.c

+ 1
- 1
src/libserver/dkim.c View File

@@ -1042,7 +1042,7 @@ rspamd_create_dkim_context (const gchar *sig,
return NULL;
}

if (ctx->common.type != RSPAMD_DKIM_ARC_SEAL) {
if (ctx->common.type == RSPAMD_DKIM_ARC_SEAL) {
if (ctx->cv == RSPAMD_ARC_UNKNOWN) {
g_set_error (err,
DKIM_ERROR,

Loading…
Cancel
Save