]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
init var
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Mar 2003 00:36:24 +0000 (00:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Mar 2003 00:36:24 +0000 (00:36 +0000)
servers/slapd/back-bdb/search.c

index feea82ee22d3745101c07f1e415dcd4949e79cf6..9aea71c614649a27009cb2c45cfeb31e1e5fb604 100644 (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