2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Remove more server override cruft

This commit is contained in:
Branan Purvine-Riley
2011-05-05 13:53:37 -07:00
parent 563eebd560
commit 7897fb726e
4 changed files with 7 additions and 22 deletions

View File

@ -986,7 +986,7 @@ void NetCommConnect () {
if (!gDataServerLocal) {
// if a console override was specified for a filesrv, connect directly to the fileserver rather than going through the gatekeeper
if(GetFileSrvHostnames(&addrs) && FileSrvHostnameOverride())
if(GetFileSrvHostnames(&addrs) && wcslen(addrs[0]))
{
NetCliFileStartConnect(addrs, count);
}