summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/SocketClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SocketClient.cc b/lib/SocketClient.cc
index f458e18..7054f42 100644
--- a/lib/SocketClient.cc
+++ b/lib/SocketClient.cc
@@ -84,5 +84,5 @@ void SocketClient::subDo() throw (GeneralException) {
}
void SocketClient::WaitTimeout() {
- WaitFor(timeout);
+ WaitFor(timeout);
}