summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Context.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-05-04 19:27:48 +0000
committerMark Spruiell <mes@zeroc.com>2003-05-04 19:27:48 +0000
commit356f03d7498128e46a1207c07ce3f339060e19b7 (patch)
tree5263ce4e5e5c72e12027c15182947d638068f5f3 /cpp/src/IceSSL/Context.cpp
parentFixed property for compression: doc said the name is "Compression", but it (diff)
downloadice-356f03d7498128e46a1207c07ce3f339060e19b7.tar.bz2
ice-356f03d7498128e46a1207c07ce3f339060e19b7.tar.xz
ice-356f03d7498128e46a1207c07ce3f339060e19b7.zip
merge with e3_2003
Diffstat (limited to 'cpp/src/IceSSL/Context.cpp')
-rw-r--r--cpp/src/IceSSL/Context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Context.cpp b/cpp/src/IceSSL/Context.cpp
index e6240e10794..635ea1b3a3d 100644
--- a/cpp/src/IceSSL/Context.cpp
+++ b/cpp/src/IceSSL/Context.cpp
@@ -399,7 +399,7 @@ IceSSL::Context::addKeyCert(const CertificateFile& privateKey, const Certificate
}
int retryCount = 0;
- int pkLoadResult;
+ int pkLoadResult = 0;
int errCode = 0;
while(retryCount != _maxPassphraseTries)