diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-19 11:33:43 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-19 11:33:43 +0000 |
commit | 642a066529ba18a12e2a5e6f91b4c67bb4c3d6e3 (patch) | |
tree | f7eaa7d966e2b90979b40dc676c5b5528bcdd60c /cpp/src/IceGrid/Activator.cpp | |
parent | Added simple demo (diff) | |
download | ice-642a066529ba18a12e2a5e6f91b4c67bb4c3d6e3.tar.bz2 ice-642a066529ba18a12e2a5e6f91b4c67bb4c3d6e3.tar.xz ice-642a066529ba18a12e2a5e6f91b4c67bb4c3d6e3.zip |
Bug fixes
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r-- | cpp/src/IceGrid/Activator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp index 92c1d218ef3..0f81fd3f3fc 100644 --- a/cpp/src/IceGrid/Activator.cpp +++ b/cpp/src/IceGrid/Activator.cpp @@ -344,7 +344,7 @@ Activator::activate(const string& name, return false; } - string path = IcePatch2::simplify(exePath); + string path = exePath; if(path.empty()) { return false; |