Re: Update: dkimf_db_open: Assertion

From: Andreas Schulze <sca_at_andreasschulze.de>
Date: Fri, 18 May 2012 18:39:54 +0200

Am 18.05.2012 09:22 schrieb Murray S. Kucherawy:
> Try the attached patch. It'll appear in Beta3, and fixes the
> problem for me.

> diff --git a/opendkim/reputation.c b/opendkim/reputation.c
> index 03ff0f2..e7abb21 100644
> --- a/opendkim/reputation.c
> +++ b/opendkim/reputation.c
> _at_@ -108,7 +108,7 @@ dkimf_rep_init(DKIMF_REP *rep, time_t factor, unsigned int minimum,
> if (cache == NULL)
> cache = DKIMF_REP_DEFCACHE;
> if (dups == NULL)
> - cache = DKIMF_REP_DEFCACHE;
> + dups = DKIMF_REP_DEFCACHE;
> #endif /* USE_MDB */
>
> new->rep_lastflush = time(NULL);

yep, now it runs.


-- 
########################################################################
#
# Andreas Schulze
# https://andreasschulze.de
#
# GnuPG Key-ID: A7DBA67F, https://andreasschulze.de/sca.asc
# GnuPG Fingerprint: 14C1 39A8 CE6D 6BE0 28C6 5652 03B5 6793 A7DB A67F
#
# $Id: .signature,v 1.3 2007-12-27 21:13:36 sca Exp $
########################################################################
Received on Fri May 18 2012 - 16:40:06 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:33:33 PST