mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
init var
This commit is contained in:
parent
cd41bb1a06
commit
498f8a7454
@ -75,7 +75,7 @@ bdb_search(
|
|||||||
|
|
||||||
#ifdef LDAP_SYNC
|
#ifdef LDAP_SYNC
|
||||||
int rc_sync = 0;
|
int rc_sync = 0;
|
||||||
int entry_sync_state;
|
int entry_sync_state = -1;
|
||||||
AttributeName null_attr;
|
AttributeName null_attr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ do_extended(
|
|||||||
struct berval reqdata = {0, NULL};
|
struct berval reqdata = {0, NULL};
|
||||||
ber_tag_t tag;
|
ber_tag_t tag;
|
||||||
ber_len_t len;
|
ber_len_t len;
|
||||||
struct extop_list *ext;
|
struct extop_list *ext = NULL;
|
||||||
const char *text;
|
const char *text;
|
||||||
BerVarray refs;
|
BerVarray refs;
|
||||||
char *rspoid;
|
char *rspoid;
|
||||||
|
Loading…
Reference in New Issue
Block a user