aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc/thread.cpp')
-rw-r--r--src/modules/dcc/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/thread.cpp b/src/modules/dcc/thread.cpp
index 3d7f38983..9930866df 100644
--- a/src/modules/dcc/thread.cpp
+++ b/src/modules/dcc/thread.cpp
@@ -73,7 +73,7 @@ bool KviDccThread::handleInvalidSocketRead(int readLen)
if(readLen == 0)
{
// connection closed
- postErrorEvent(KviError_remoteEndClosedConnection);
+ postErrorEvent(KviError::RemoteEndClosedConnection);
return false;
} else {
// error ?