mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 12:53:44 +02:00
remove the explicit failure test
This commit is contained in:
parent
0fbbfb77d1
commit
4b95d54955
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ void HTTPManager::isTcpServerListening() {
|
|||
bool HTTPManager::bindSocket() {
|
||||
qCDebug(embeddedwebserver) << "Attempting to bind TCP socket on port " << QString::number(_port);
|
||||
|
||||
if (false) {
|
||||
if (listen(QHostAddress::AnyIPv4, _port)) {
|
||||
qCDebug(embeddedwebserver) << "TCP socket is listening on" << serverAddress() << "and port" << serverPort();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue