summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-12-24 01:58:44 +0000
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-12-24 01:58:44 +0000
commiteb85654e7623a1247e4d09beb7d2b44905f48c75 (patch)
tree3fdd6456a8b31bd1fc58384609368b80703ebe44 /lib
parent0bbf9f70a9c2c8f362000cd2f9cbc091430a816f (diff)
downloadulab-eb85654e7623a1247e4d09beb7d2b44905f48c75.tar.gz
ulab-eb85654e7623a1247e4d09beb7d2b44905f48c75.zip
Minor comment update
Diffstat (limited to 'lib')
-rw-r--r--lib/libtdekrb/src/tdekrbclientsocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtdekrb/src/tdekrbclientsocket.cpp b/lib/libtdekrb/src/tdekrbclientsocket.cpp
index 167fdda..15ca9ea 100644
--- a/lib/libtdekrb/src/tdekrbclientsocket.cpp
+++ b/lib/libtdekrb/src/tdekrbclientsocket.cpp
@@ -831,7 +831,7 @@ void TDEKerberosClientSocket::continueKerberosInitialization() {
TQStringList krbMechList = TQStringList::split(" ", buf, false);
- // If mechanism override is set then use it1
+ // If a mechanism override list is set then use it!
if (m_overrideMechanisms.count() > 0) {
printf("[DEBUG] Overriding mechanisms list: %s\n", m_overrideMechanisms.join(" ").ascii());
@@ -856,7 +856,7 @@ void TDEKerberosClientSocket::continueKerberosInitialization() {
}
}
}
-
+
// Remove all mechanisms listed in the disallowed list
if (m_disallowedMechanisms.count() > 0) {
for (TQStringList::Iterator it = m_disallowedMechanisms.begin(); it != m_disallowedMechanisms.end(); ++it ) {