be& was passed uninitialized to read_config()

This commit is contained in:
Hallvard Furuseth 1998-11-22 09:33:30 +00:00
parent e2b8daf62b
commit aa9229c454

View File

@ -54,7 +54,7 @@ main( int argc, char **argv )
int dbnum;
ID id;
struct dbcache *db;
Backend *be;
Backend *be = NULL;
struct berval bv;
struct berval *vals[2];
Avlnode *avltypes = NULL;