mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
get CompServer value from ACCTSET.INI, not RegServer value for IAS file to dial
This commit is contained in:
parent
4673c60820
commit
f018e07084
@ -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 == "" )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user