Skip to content

Commit 3d18860

Browse files
committed
Correction
1 parent 079f9dc commit 3d18860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/tests/LockManagerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace
2828

2929
ULONG adjustWait(ULONG wait) const
3030
{
31-
return 0;
31+
return wait;
3232
}
3333

3434
void checkoutRun(std::function<void()> func) const

0 commit comments

Comments
 (0)