fix use of uninitialized var

This commit is contained in:
Pierangelo Masarati 2005-01-12 15:11:17 +00:00
parent 42dadd5712
commit 6bf8b945dd

View file

@ -835,7 +835,7 @@ dn2entry_retry:
struct berval matched_dn = BER_BVNULL;
if ( matched != NULL ) {
BerVarray erefs;
BerVarray erefs = NULL;
if ( ! access_allowed( op, matched,
slap_schema.si_ad_entry,