Typo in src/datastore_db.c?

David Relson relson at osagesoftware.com
Sun May 1 20:00:15 CEST 2005


On Sun, 1 May 2005 14:50:46 -0300
Andreas Hasenack wrote:

> Below is the diff from 0.94.6 to 0.94.7:
> @@ -475,7 +509,7 @@
>  #if    !defined(ENABLE_TRANSACTIONS) && !defined(DISABLE_TRANSACTIONS)
>      strcat(v, " AUTO-XA");
>  #else
> -    if (fTransaction)
> +    if (eTransaction == P_ENABLED)
>         strcat(v, " TRANSACTIONAL");
>      else
>         strcat(v, " NON-TRANSACTIONAL");
> 
> Shouldn't that be "T_ENABLED" instead of "P_ENABLED"?

Andreas!

Good eye!  You are absolutely right.

I'll fix it in cvs immediately.  I'll wait a day or so for a new
release to see what other mistakes are found.

David




More information about the Bogofilter mailing list