summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
authorZeroC Staff <git@zeroc.com>2003-12-18 21:54:17 +0000
committerZeroC Staff <git@zeroc.com>2003-12-18 21:54:17 +0000
commit28f5d20f96c29119a45d1c8c4c340fc66900f625 (patch)
tree58c1e25336ea50922be8f7994c6a7beabe443aca /cpp/src/IcePatch/Client.cpp
parentadding more IcePack projects (diff)
downloadice-28f5d20f96c29119a45d1c8c4c340fc66900f625.tar.bz2
ice-28f5d20f96c29119a45d1c8c4c340fc66900f625.tar.xz
ice-28f5d20f96c29119a45d1c8c4c340fc66900f625.zip
Removed PasswordVerifier.
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r--cpp/src/IcePatch/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index d8d858ac7d7..7bcd89fb893 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -146,7 +146,7 @@ IcePatch::Client::run(int argc, char* argv[])
cerr << appName() << ": " << ex << ":\n" << ex.reason << endl;
return EXIT_FAILURE;
}
- catch(const Glacier::InvalidPasswordException&)
+ catch(const Glacier::PermissionDeniedException&)
{
cout << "password is invalid, try again" << endl;
}