fixup! delay assignment until after REQUIRE

This commit is contained in:
Mark Andrews
2020-01-30 18:24:22 +11:00
parent b7b62bf0b2
commit 05cb183b91

View File

@@ -452,7 +452,6 @@ isc_timer_touch(isc_timer_t *timer0) {
REQUIRE(VALID_TIMER(timer0));
timer = (isc__timer_t *)timer0;
isc_result_t result;
LOCK(&timer->lock);