fix double return false

This commit is contained in:
Stephen Birarda 2014-05-23 12:35:16 -07:00
parent f4292fd29c
commit 7e78fc788a

View file

@ -1058,8 +1058,6 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
// have the HTTPManager serve the appropriate script file
return _httpManager.handleHTTPRequest(connection, scriptURL);
}
} else {
return false;
}
}