summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/GeneralConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/GeneralConfig.cpp')
-rw-r--r--cpp/src/Ice/GeneralConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/GeneralConfig.cpp b/cpp/src/Ice/GeneralConfig.cpp
index 24de463101e..9eabc98d548 100644
--- a/cpp/src/Ice/GeneralConfig.cpp
+++ b/cpp/src/Ice/GeneralConfig.cpp
@@ -29,8 +29,8 @@ IceSSL::GeneralConfig::GeneralConfig()
_sslVersion = SSL_V23;
_verifyMode = SSL_VERIFY_NONE;
-
- // Unlimited verifcation depth.
+
+ // Unlimited verifcation depth.
_verifyDepth = -1;
_context = "";