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