mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
HTTP server: fixed wrong assert
This commit is contained in:
parent
1987bbac77
commit
c732fe3862
@ -25,7 +25,7 @@ HttpConnectionHandlerPool::HttpConnectionHandlerPool(QSettings* settings, HttpRe
|
||||
HttpConnectionHandlerPool::HttpConnectionHandlerPool(const HttpListenerSettings* settings, HttpRequestHandler* requestHandler)
|
||||
: QObject(), useQtSettings(false)
|
||||
{
|
||||
Q_ASSERT(listenerSettings != 0);
|
||||
Q_ASSERT(settings != 0);
|
||||
this->settings = 0;
|
||||
this->listenerSettings = settings;
|
||||
this->requestHandler = requestHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user