ovdb.c warning with INN 2.3.3 and BerkeleyDB

Jeffrey M. Vinocur jeff at litech.org
Mon Jun 3 00:18:49 UTC 2002


On Fri, 31 May 2002, Antoine Delvaux wrote:

> ovdb.c: In function `ovdb_open_berkeleydb':
> ovdb.c:697: warning: passing arg 2 of pointer to function from 
> incompatible pointer type

I can't reproduce that warning (what compiler are you using?), but I'm
pretty sure you can ignore it.  If you like, see if it can be fixed by
changing line 350 of storage/ovdb/ovdb.c from

static void OVDBerror(char *db_errpfx, char *buffer)

to

static void OVDBerror(const char *db_errpfx, char *buffer)

and if so I can commit that change.


> having trouble with INN crashing very often 

Really?  Anything in the logs?


-- 
Jeffrey M. Vinocur
jeff at litech.org



More information about the inn-workers mailing list