diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-11-17 15:04:28 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-11-17 15:04:28 +0000 |
commit | aacea143855a7a09e4ba53d09150ed71c7df2a67 (patch) | |
tree | b9b291727307d586d74e5c4204decdc02c77369d /cpp/src/IceGrid/Client.cpp | |
parent | Fixed depends Some Makefile cleanup (diff) | |
download | ice-aacea143855a7a09e4ba53d09150ed71c7df2a67.tar.bz2 ice-aacea143855a7a09e4ba53d09150ed71c7df2a67.tar.xz ice-aacea143855a7a09e4ba53d09150ed71c7df2a67.zip |
Added support for viewing stderr/stdout files from nodes, registries,
servers.
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 329d12dc2ab..6d9cb1ae053 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -406,7 +406,7 @@ Client::run(int argc, char* argv[]) } } - ParserPtr p = Parser::createParser(communicator(), admin); + ParserPtr p = Parser::createParser(communicator(), session, admin); int status = EXIT_SUCCESS; |