diff --git a/modules/bouncedcc.cpp b/modules/bouncedcc.cpp index 89c63fc6..564162e2 100644 --- a/modules/bouncedcc.cpp +++ b/modules/bouncedcc.cpp @@ -117,7 +117,7 @@ public: CString sState = "Waiting"; if ((pSock->IsConnected()) || (pSock->IsPeerConnected())) { sState = "Halfway"; - if ((pSock->IsPeerConnected()) && (pSock->IsPeerConnected())) { + if ((pSock->IsConnected()) && (pSock->IsPeerConnected())) { sState = "Connected"; } }