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