mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
INSIST that the zone in locked before unlocking
This is the counterpart to the INSIST(!zone->locked) when the zone is locked.
This commit is contained in:
parent
667383587b
commit
aa686512df
@ -193,6 +193,7 @@ typedef struct dns_include dns_include_t;
|
||||
} while (0)
|
||||
#define UNLOCK_ZONE(z) \
|
||||
do { \
|
||||
INSIST((z)->locked); \
|
||||
(z)->locked = false; \
|
||||
UNLOCK(&(z)->lock); \
|
||||
} while (0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user