mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
heimdal:base/heimbase.c - remove an unused variable
This commit is contained in:
parent
0852b0f653
commit
c4625a84de
@ -334,7 +334,6 @@ heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *))
|
||||
} else {
|
||||
HEIMDAL_MUTEX_unlock(&mutex);
|
||||
while (1) {
|
||||
struct timeval tv = { 0, 1000 };
|
||||
HEIMDAL_MUTEX_lock(&mutex);
|
||||
if (*once == 2)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user