don't abort when ntcp fails to bind

This commit is contained in:
Jeff Becker
2016-06-13 11:34:44 -04:00
parent 9eaa51442f
commit fa68e392c8
8 changed files with 129 additions and 69 deletions

View File

@@ -67,7 +67,7 @@ namespace data
}
m_LeaseSets.clear();
m_Requests.Stop ();
}
}
}
void NetDb::Run ()