зеркало из https://github.com/mozilla/pjs.git
get CompServer value from ACCTSET.INI, not RegServer value for IAS file to dial
This commit is contained in:
Родитель
bc9ac3f62f
Коммит
42ea687ae9
|
@ -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 == "" )
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче