mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
silence annoying warning (BTW: who initializes be?)
This commit is contained in:
parent
53b194fa32
commit
d9da0f2bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue