1
0
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:
Michael Adam
2010-01-22 15:56:28 +01:00
parent 1933214108
commit 8e306b51b7

View File

@ -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) {