fix (temporarily) uninit'ed var

This commit is contained in:
Pierangelo Masarati 2006-09-14 14:58:00 +00:00
parent 242274d038
commit 107036a946

View file

@ -164,7 +164,7 @@ ldap_back_db_open( BackendDB *be )
ldapinfo_t *li = (ldapinfo_t *)be->be_private;
slap_bindconf sb = { 0 };
int rc;
int rc = 0;
Debug( LDAP_DEBUG_TRACE,
"ldap_back_db_open: URI=%s\n",