Loading src/httpd.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -819,7 +819,7 @@ libhttppp::HttpD::HttpD(int argc, char** argv) { }else{ #ifndef Windows if (portset == true) if (port > 0) _ServerSockets.push_back(std::make_unique<netplus::tcp>(httpaddr, port, maxconnections,-1)); else _ServerSockets.push_back(std::make_unique<netplus::tcp>(httpaddr, maxconnections,-1)); Loading Loading
src/httpd.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -819,7 +819,7 @@ libhttppp::HttpD::HttpD(int argc, char** argv) { }else{ #ifndef Windows if (portset == true) if (port > 0) _ServerSockets.push_back(std::make_unique<netplus::tcp>(httpaddr, port, maxconnections,-1)); else _ServerSockets.push_back(std::make_unique<netplus::tcp>(httpaddr, maxconnections,-1)); Loading