summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r--ace/Local_Name_Space_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h
index f16375433f4..07b14b0b6fc 100644
--- a/ace/Local_Name_Space_T.h
+++ b/ace/Local_Name_Space_T.h
@@ -228,7 +228,7 @@ private:
ACE_Name_Options *name_options_;
// Keep track of the options such as database name etc
- TCHAR context_file_[MAXNAMELEN];
+ TCHAR context_file_[MAXPATHLEN + MAXNAMELEN];
// Name of the file used as the backing store.
LOCK *lock_;