diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-23 14:31:29 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-23 14:31:29 -0230 |
commit | bd8d68d75c090f49e48909f928e3f3bc285f1878 (patch) | |
tree | a7aac22bbceda84b3311c77e37a4918455973fbc /cpp/src | |
parent | Fixed warning check (diff) | |
download | ice-bd8d68d75c090f49e48909f928e3f3bc285f1878.tar.bz2 ice-bd8d68d75c090f49e48909f928e3f3bc285f1878.tar.xz ice-bd8d68d75c090f49e48909f928e3f3bc285f1878.zip |
Bug 3507 - inconsistent ICE_CONFIG usage
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 92829e0ac34..b95ca596911 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -800,7 +800,8 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi if(!_initData.properties) { - _initData.properties = createProperties(); + StringSeq args; + _initData.properties = createProperties(args); } if(!oneOffDone) |