]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to unlock view in view test.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 16 Jun 2017 11:16:31 +0000 (11:16 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 16 Jun 2017 11:16:31 +0000 (11:16 +0000)
git-svn-id: file:///svn/unbound/trunk@4234 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
testcode/unitmain.c

index 1cab2e0c93c740d4594ffcdaf824a4f106c72ec6..af26a2559c1a5717d9aa3500e87f6d5545ba2482 100644 (file)
@@ -6,6 +6,7 @@
        - Fix dnscrypt chacha cert support ifdefs.
        - Fix dnscrypt chacha cert unit test escapes in grep.
        - Remove asynclook tests that cause test and purifier problems.
+       - Fix to unlock view in view test.
 
 15 June 2017: Wouter
        - Fix stub zone queries leaking to the internet for
index 1c4a28e36c1c047c071da22c55282c04c7540009..d662991bab5de379a04d4126a047e44b206c3c0a 100644 (file)
@@ -825,6 +825,7 @@ respip_view_conf_data_test(void)
                0, LDNS_RR_TYPE_CNAME);
        verify_rrset(v->respip_set, "2001:db8:1::/48", "2001:db8:1::2:1",
                0, LDNS_RR_TYPE_AAAA);
+       lock_rw_unlock(&v->lock);
 
        views_delete(views);
        free(cv->name);