summaryrefslogtreecommitdiffstats
path: root/lib/libtdekrb/src/tdekrbclientsocket.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-26 16:20:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-26 16:20:28 -0500
commit338dbaafde75c49ce50359c68a5e848d3b449f33 (patch)
treea55e7281dac1d0197579b725370109c25dc02430 /lib/libtdekrb/src/tdekrbclientsocket.cpp
parent249a46324f4f46a6c8afd11f74c8c73ede152184 (diff)
downloadulab-338dbaafde75c49ce50359c68a5e848d3b449f33.tar.gz
ulab-338dbaafde75c49ce50359c68a5e848d3b449f33.zip
Slight update
Diffstat (limited to 'lib/libtdekrb/src/tdekrbclientsocket.cpp')
-rw-r--r--lib/libtdekrb/src/tdekrbclientsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtdekrb/src/tdekrbclientsocket.cpp b/lib/libtdekrb/src/tdekrbclientsocket.cpp
index a567a09..99d17e4 100644
--- a/lib/libtdekrb/src/tdekrbclientsocket.cpp
+++ b/lib/libtdekrb/src/tdekrbclientsocket.cpp
@@ -79,7 +79,7 @@ static int logSASLMessages(void *context __attribute__((unused)), int priority,
return SASL_OK;
}
-TDEKerberosClientSocket::TDEKerberosClientSocket(TQObject *parent, const char *name) : TQSocket(parent, name), m_kerberosRequested(false), m_criticalSection(0), m_negotiatedMaxBufferSize(NET_SEC_BUF_SIZE) {
+TDEKerberosClientSocket::TDEKerberosClientSocket(TQObject *parent, const char *name) : TQSocket(parent, name), m_kerberosRequested(false), m_criticalSection(0), m_bufferLength(0), m_negotiatedMaxBufferSize(NET_SEC_BUF_SIZE) {
saslData = new SASLDataPrivate;
saslData->m_krbConnection = NULL;
m_buffer = new TQBuffer();