Remove incorrect assert
This commit is contained in:
parent
97a499fc50
commit
7814cb3fae
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue