summaryrefslogtreecommitdiff
path: root/lib/SocketClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SocketClient.cc')
-rw-r--r--lib/SocketClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SocketClient.cc b/lib/SocketClient.cc
index cc59014..cdb1220 100644
--- a/lib/SocketClient.cc
+++ b/lib/SocketClient.cc
@@ -75,7 +75,7 @@ void SocketClient::subDo() throw (GeneralException) {
c = 0;
- if (TaskMan::Event() == Task::Task::EVT_TIMEOUT) {
+ if (TaskMan::Event() == Task::EVT_TIMEOUT) {
status = "Connection timeout.";
Suspend(TASK_DONE);
}