Commit 642162d938950d6d1f5b2ff867c51da5809d0698

Authored by Perry Werneck
1 parent eb80b1a4
Exists in master and in 1 other branch develop

Working on linux ipc

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ipc/session.cc
... ... @@ -58,7 +58,7 @@
58 58 void IPC::Session::waitForReady(time_t timeout) throw() {
59 59  
60 60 int rc;
61   - Request request(*this,"waitforready");
  61 + Request request(*this,"waitForReady");
62 62  
63 63 time_t end = time(nullptr) + timeout;
64 64  
... ...