Skip to content

Commit 44af825

Browse files
committed
opendkim: fix missing dfc in dkimf_ar_all_sigs() warning log
1 parent a45be93 commit 44af825

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

opendkim/opendkim.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10740,8 +10740,7 @@ dkimf_ar_all_sigs(char *hdr, size_t hdrlen, struct dkimf_dstring *tmpstr,
1074010740
&unsup_alg) == DKIM_STAT_OK)
1074110741
{
1074210742
dkimf_log(conf, LOG_WARNING,
10743-
"%s: signature ignored: algorithm '%s' not supported in this build",
10744-
JOBID(dfc->mctx_jobid),
10743+
"signature ignored: algorithm '%s' not supported in this build",
1074510744
dkim_code_to_name(dkim_table_algorithms,
1074610745
unsup_alg));
1074710746
}

0 commit comments

Comments
 (0)