datastore_db.c in 0.17.2

David Relson relson at osagesoftware.com
Sun Feb 22 21:16:58 CET 2004


On Sun, 22 Feb 2004 15:07:42 -0500
Greg Louis wrote:

> Got an executable line a little too high in that file:
> 
> --- datastore_db.c~     2004-02-22 15:03:57.000000000 -0500
> +++ datastore_db.c      2004-02-22 15:03:57.000000000 -0500
> @@ -206,8 +206,6 @@
>      int is_swapped;
>      char *t;
>  
> -    if (!init) abort();
> -
>      dbh_t *handle = NULL;
>      uint32_t opt_flags = 0;
>      /*
> @@ -221,6 +219,8 @@
>      size_t idx;
>      uint32_t retryflags[] = { 0, DB_NOMMAP };
>  
> +    if (!init) abort();
> +
>      check_db_version();
>  
>      if (open_mode == DB_READ)
> 
> works for me.

Yep.  Did you have trouble too?  What compiler?





More information about the Bogofilter mailing list