diff options
Diffstat (limited to 'ldap/servers/plugins/bitwise/bitwise.c')
-rw-r--r-- | ldap/servers/plugins/bitwise/bitwise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/bitwise/bitwise.c b/ldap/servers/plugins/bitwise/bitwise.c index 01c05fd2..190e26df 100644 --- a/ldap/servers/plugins/bitwise/bitwise.c +++ b/ldap/servers/plugins/bitwise/bitwise.c @@ -123,7 +123,7 @@ internal_bitwise_filter_match(void* obj, Slapi_Entry* entry, Slapi_Attr* attr, i if (errno == ERANGE) { rc = LDAP_CONSTRAINT_VIOLATION; } else { - int result; + int result = 0; /* The Microsoft Windows AD bitwise operators do not work exactly as the plain old C bitwise operators work. For the AND case the matching rule is true only if all bits from the given value |