summaryrefslogtreecommitdiffstats
path: root/rasmgr
diff options
context:
space:
mode:
Diffstat (limited to 'rasmgr')
-rw-r--r--rasmgr/rasmgr_users.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/rasmgr/rasmgr_users.cc b/rasmgr/rasmgr_users.cc
index 3b72308..10a3ebb 100644
--- a/rasmgr/rasmgr_users.cc
+++ b/rasmgr/rasmgr_users.cc
@@ -364,12 +364,6 @@ Authorization::Authorization()
{ inConfigFile=false;
authFileName[0]=0;
-
-#ifdef HIGHLANDER
- char *rasHome=CONFDIR;
- if(rasHome!=0) sprintf(authFileName,"%s/",rasHome);
-#endif
-
strcat(authFileName,"rasmgr_auth.dat");
globalInitAdminRight=admR_none;
globalInitDatabRight=dbR_none;