]> git.sur5r.net Git - openldap/commitdiff
Fix uninit'd exopflags
authorHoward Chu <hyc@openldap.org>
Sat, 26 Jun 2004 01:17:24 +0000 (01:17 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 26 Jun 2004 01:17:24 +0000 (01:17 +0000)
servers/slapd/backend.c

index 903176c62a4bda7ea6fa4f56005e7e2ff09e7d16..6193e4bb4222fbc29035d46fc700ce9c96dc8dd8 100644 (file)
@@ -944,7 +944,7 @@ backend_check_restrictions(
        slap_mask_t restrictops;
        slap_mask_t requires;
        slap_mask_t opflag;
-       slap_mask_t exopflag;
+       slap_mask_t exopflag = 0;
        slap_ssf_set_t *ssf;
        int updateop = 0;
        int starttls = 0;