mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
s3:g_lock: remove an unreached code path.
Michael
This commit is contained in:
@ -309,10 +309,6 @@ again:
|
||||
goto done;
|
||||
}
|
||||
|
||||
if (retry) {
|
||||
goto again;
|
||||
}
|
||||
|
||||
DEBUG(10, ("g_lock_trylock: Did not get lock, waiting...\n"));
|
||||
|
||||
if (te == NULL) {
|
||||
|
Reference in New Issue
Block a user