Re: [exim] Exim with FreeBSD 8, dbm loop

Top Pagina
Delete this message
Reply to this message
Auteur: Artis Caune
Datum:  
Aan: exim-users, randy, delphij, markm
Onderwerp: Re: [exim] Exim with FreeBSD 8, dbm loop
2009/7/30 Artis Caune <artis.caune@???>:
> I found whats wrong, but not sure who is wrong: exim or FreeBSD.
> Exim use "first? DB_FIRST : DB_NEXT" in db v2, v3, but in v1 it use
> "R_FIRST : 0", but R_FIRST is not 0:
>
> /usr/include/db.h:#define       R_FIRST         3               /* seq */



Sorry, I mean, in v1 exim use "R_FIRST : 0", but 0 is not R_NEXT:

/usr/include/db.h:#define    R_NEXT        7        /* seq */





--
Artis Caune

    Everything should be made as simple as possible, but not simpler.