mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
silence annoying warning (BTW: who initializes be?)
This commit is contained in:
parent
53b194fa32
commit
d9da0f2bb8
@ -45,7 +45,7 @@ do_bind(
|
||||
int rc = LDAP_SUCCESS;
|
||||
const char *text;
|
||||
struct berval cred = { 0, NULL };
|
||||
Backend *be;
|
||||
Backend *be = NULL;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, ENTRY, "do_bind: conn %d\n", conn->c_connid, 0, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user