mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
be& was passed uninitialized to read_config()
This commit is contained in:
parent
e2b8daf62b
commit
aa9229c454
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user