From 42ea687ae9269b9c4fc59a17ab4252de83900c19 Mon Sep 17 00:00:00 2001 From: "timm%netscape.com" Date: Wed, 29 Jul 1998 22:09:37 +0000 Subject: [PATCH] get CompServer value from ACCTSET.INI, not RegServer value for IAS file to dial --- cmd/dialup/as_html/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dialup/as_html/download.js b/cmd/dialup/as_html/download.js index 94550c80262..2ff769c4b78 100644 --- a/cmd/dialup/as_html/download.js +++ b/cmd/dialup/as_html/download.js @@ -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 == "" ) {