Remove incorrect assert

This commit is contained in:
Cameron Gutman 2015-06-30 22:19:28 -07:00
parent 97a499fc50
commit 7814cb3fae

View File

@ -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) {