mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-26 17:42:29 +02:00
Unlock view in respip unit test
git-svn-id: file:///svn/unbound/trunk@4098 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -685,9 +685,11 @@ respip_view_conf_actions_test(void)
|
||||
v = views_find_view(views, "view1", 0);
|
||||
unit_assert(v);
|
||||
verify_respip_set_actions(v->respip_set, config_response_ip_view1, clen1);
|
||||
lock_rw_unlock(&v->lock);
|
||||
v = views_find_view(views, "view2", 0);
|
||||
unit_assert(v);
|
||||
verify_respip_set_actions(v->respip_set, config_response_ip_view2, clen2);
|
||||
lock_rw_unlock(&v->lock);
|
||||
}
|
||||
|
||||
typedef struct addr_data {char* ip; char* data;} addr_data_t;
|
||||
|
||||
Reference in New Issue
Block a user