diff options
author | lloyd <[email protected]> | 2006-07-02 14:30:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-02 14:30:29 +0000 |
commit | 58083678efb84913d8daeab20e37609966308826 (patch) | |
tree | c079ef17817b00791e80b6c639e0f7e38f0adaca /src/init_def.cpp | |
parent | c36e79af0a4df9f71189918040545146ebac365e (diff) |
Respect the secure_memory config option
Diffstat (limited to 'src/init_def.cpp')
-rw-r--r-- | src/init_def.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init_def.cpp b/src/init_def.cpp index 13687116f..6575f61bb 100644 --- a/src/init_def.cpp +++ b/src/init_def.cpp @@ -37,7 +37,7 @@ namespace Init { *************************************************/ void initialize(const InitializerOptions& args) { - Builtin_Modules modules(false); + Builtin_Modules modules(args.secure_memory()); Mutex_Factory* mutex_factory = 0; |