diff options
author | Marc Laukien <marc@zeroc.com> | 2002-01-26 23:59:16 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-01-26 23:59:16 +0000 |
commit | 07a227a318669f5eee5fd44860592d5bc6023be8 (patch) | |
tree | aaaacdd6c39cfc5397fc4b5b7366e306cb13cf16 /cpp/src/IcePack/Activator.cpp | |
parent | more glacier starter (diff) | |
download | ice-07a227a318669f5eee5fd44860592d5bc6023be8.tar.bz2 ice-07a227a318669f5eee5fd44860592d5bc6023be8.tar.xz ice-07a227a318669f5eee5fd44860592d5bc6023be8.zip |
more router starter
Diffstat (limited to 'cpp/src/IcePack/Activator.cpp')
-rw-r--r-- | cpp/src/IcePack/Activator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Activator.cpp b/cpp/src/IcePack/Activator.cpp index c16b82e186a..160809147ed 100644 --- a/cpp/src/IcePack/Activator.cpp +++ b/cpp/src/IcePack/Activator.cpp @@ -167,7 +167,6 @@ IcePack::Activator::activate(const ServerDescription& desc) // SystemException ex(__FILE__, __LINE__); ex.error = getSystemErrno(); - throw ex; ostringstream s; s << "can't execute `" << path << "':\n" << ex; write(fds[1], s.str().c_str(), s.str().length()); |