diff --git a/qse/include/qse/si/TcpServer.hpp b/qse/include/qse/si/TcpServer.hpp index b377b2a5..e423019c 100644 --- a/qse/include/qse/si/TcpServer.hpp +++ b/qse/include/qse/si/TcpServer.hpp @@ -335,6 +335,7 @@ public: } catch (...) { + this->setErrorCode (E_NOERR); return -1; }