Fix a fatal flaw with the port allocator

This commit is contained in:
Jordan Brown
2020-11-06 13:19:49 -05:00
parent ad75600890
commit b1ca333c2b
@@ -77,6 +77,7 @@ namespace Tgstation.Server.Host.Core
catch (Exception ex)
{
logger.LogDebug(ex, "Not using port {0}", I);
continue;
}
logger.LogInformation("Allocated port {0}", I);