Copy and paste bug. Fixes #2576.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26850 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-08-07 00:19:44 +00:00
parent 993a8b776f
commit 309922b652
@@ -717,7 +717,7 @@ IORequest::Wait(uint32 flags, bigtime_t timeout)
locker.Unlock();
status_t error = entry.Wait(B_CAN_INTERRUPT);
status_t error = entry.Wait(flags, timeout);
if (error != B_OK)
return error;