diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/ldap/uptodatevector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ldap/uptodatevector.c b/source4/torture/ldap/uptodatevector.c index 6200f4c3de..bf32edb065 100644 --- a/source4/torture/ldap/uptodatevector.c +++ b/source4/torture/ldap/uptodatevector.c @@ -127,6 +127,7 @@ static bool test_check_uptodatevector(struct torture_context *torture, no_match = true; } else if (utdv_val1 && !utdv_val) { no_match = true; + } else if (!utdv_val1 && !utdv_val) { } else if (utdv_val1->length != utdv_val->length) { no_match = true; } else if (utdv_val1->length && memcmp(utdv_val1->data, utdv_val->data, utdv_val->length) != 0) { |