diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-27 12:53:39 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-27 12:53:39 -0230 |
commit | 0f000d0f0622648b3488e052a413aa2658944945 (patch) | |
tree | 7788c19bd8deb3c3753dd8ab600d9891e67de22d /cpp/src/IceGrid/Client.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2269 - do not exit if perm... (diff) | |
download | ice-0f000d0f0622648b3488e052a413aa2658944945.tar.bz2 ice-0f000d0f0622648b3488e052a413aa2658944945.tar.xz ice-0f000d0f0622648b3488e052a413aa2658944945.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2273
Diffstat (limited to 'cpp/src/IceGrid/Client.cpp')
-rw-r--r-- | cpp/src/IceGrid/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index 94df4e6f83a..f421c781af2 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -166,7 +166,7 @@ Client::main(int argc, char* argv[]) try { - run(argc, argv); + status = run(argc, argv); } catch(const Ice::CommunicatorDestroyedException&) { |