mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 10:30:59 +00:00
Remove incorrect assert
This commit is contained in:
@@ -188,7 +188,6 @@ int LiStartConnection(const char* host, PSTREAM_CONFIGURATION streamConfig, PCON
|
||||
Limelog("done\n");
|
||||
|
||||
Limelog("Resolving host name...");
|
||||
LC_ASSERT(stage == STAGE_NAME_RESOLUTION);
|
||||
ListenerCallbacks.stageStarting(STAGE_NAME_RESOLUTION);
|
||||
err = resolveHostName(host);
|
||||
if (err != 0) {
|
||||
|
||||
Reference in New Issue
Block a user