summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_users.hh
diff options
context:
space:
mode:
Diffstat (limited to 'rasmgr/rasmgr_users.hh')
-rw-r--r--rasmgr/rasmgr_users.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rasmgr/rasmgr_users.hh b/rasmgr/rasmgr_users.hh
index 0bffe90..608f808 100644
--- a/rasmgr/rasmgr_users.hh
+++ b/rasmgr/rasmgr_users.hh
@@ -221,8 +221,8 @@ class Authorization
User *curUser;
bool inConfigFile;
- char authFileName[100];
- char altAuthFileName[100];
+ char authFileName[ FILENAME_MAX ];
+ char altAuthFileName[ FILENAME_MAX ];
int globalInitAdminRight;
int globalInitDatabRight;