ck_swlock: Fix regressions

ck_pring
Jaidev Sridhar 11 years ago
parent 11f79b64f7
commit 2950565037

@ -328,7 +328,7 @@ thread_latch(void *arg)
ck_error("ERROR [RD:%d]: %u != 0\n", __LINE__, l);
}
}
ck_swlock_read_lock(&lock);
ck_swlock_read_unlock(&lock);
}
return (NULL);

Loading…
Cancel
Save