diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-08-21 10:26:44 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-08-21 10:26:44 +0200 |
commit | cb8c60bd11fd4fc13813a8fe193e4adfbf2970f0 (patch) | |
tree | 35d9255f9aeaa16102e6abc7d9ce8ea6a6592008 /cpp/src/IceGrid/Parser.cpp | |
parent | Changed preprocess to write tmpfile to tmp directory. (diff) | |
download | ice-cb8c60bd11fd4fc13813a8fe193e4adfbf2970f0.tar.bz2 ice-cb8c60bd11fd4fc13813a8fe193e4adfbf2970f0.tar.xz ice-cb8c60bd11fd4fc13813a8fe193e4adfbf2970f0.zip |
Fixed bug 3391
Diffstat (limited to 'cpp/src/IceGrid/Parser.cpp')
-rw-r--r-- | cpp/src/IceGrid/Parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp index f7cc1383cc6..d48b4a68d41 100644 --- a/cpp/src/IceGrid/Parser.cpp +++ b/cpp/src/IceGrid/Parser.cpp @@ -1546,7 +1546,6 @@ Parser::listServices(const list<string>& args) } string server = args.front(); - string service = *(++args.begin()); try { ServerInfo info = _admin->getServerInfo(server); |