summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Activator.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-09-19 11:33:43 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-09-19 11:33:43 +0000
commit642a066529ba18a12e2a5e6f91b4c67bb4c3d6e3 (patch)
treef7eaa7d966e2b90979b40dc676c5b5528bcdd60c /cpp/src/IceGrid/Activator.cpp
parentAdded simple demo (diff)
downloadice-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.cpp2
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;