get CompServer value from ACCTSET.INI, not RegServer value for IAS file to dial

This commit is contained in:
timm%netscape.com 1998-07-29 22:09:37 +00:00
parent 4673c60820
commit f018e07084

View File

@ -126,7 +126,7 @@ function generateRegServerList()
// if RegServer is not specified in ACCTSET.INI and multiple .IAS files exist, build list
var theFile = parent.parent.globals.getAcctSetupFilename( self );
var theRegFile = parent.parent.globals.GetNameValuePair( theFile, "New Acct Mode", "RegServer" );
var theRegFile = parent.parent.globals.GetNameValuePair( theFile, "New Acct Mode", "CompServer" );
if ( theRegFile == null || theRegFile == "" )
{