This commit is contained in:
Pierangelo Masarati 2003-03-03 21:33:29 +00:00
parent cd41bb1a06
commit 498f8a7454
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;