summaryrefslogtreecommitdiffstats
path: root/rasmgr
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-03-31 12:37:37 +0200
committercostea <costea@ubuntu.ubuntu-domain>2010-06-08 14:40:04 +0200
commit717912006114501254564d1d3a5ca391cecb38b0 (patch)
tree17f014855149a635a55cf3efbb793f14d625d4f0 /rasmgr
parent142db69d97ffaf92d4903b2a44877260c158dd51 (diff)
downloadrasdaman-upstream-717912006114501254564d1d3a5ca391cecb38b0.tar.gz
rasdaman-upstream-717912006114501254564d1d3a5ca391cecb38b0.tar.xz
rasdaman-upstream-717912006114501254564d1d3a5ca391cecb38b0.zip
PB: cleanup in auth file name creation
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;