mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Remove incorrect assert
This commit is contained in:
parent
97a499fc50
commit
7814cb3fae
@ -188,7 +188,6 @@ int LiStartConnection(const char* host, PSTREAM_CONFIGURATION streamConfig, PCON
|
|||||||
Limelog("done\n");
|
Limelog("done\n");
|
||||||
|
|
||||||
Limelog("Resolving host name...");
|
Limelog("Resolving host name...");
|
||||||
LC_ASSERT(stage == STAGE_NAME_RESOLUTION);
|
|
||||||
ListenerCallbacks.stageStarting(STAGE_NAME_RESOLUTION);
|
ListenerCallbacks.stageStarting(STAGE_NAME_RESOLUTION);
|
||||||
err = resolveHostName(host);
|
err = resolveHostName(host);
|
||||||
if (err != 0) {
|
if (err != 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user