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
Родитель bc9ac3f62f
Коммит 42ea687ae9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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