From 951f353db8f89fdf6949744ae807c43c336b6ba0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 19 Jun 2012 01:23:31 -0500 Subject: Remove artificial buffer size limitation on Kerberos client socket --- lib/libtdekrb/src/tdekrbsocket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libtdekrb/src/tdekrbsocket.h') diff --git a/lib/libtdekrb/src/tdekrbsocket.h b/lib/libtdekrb/src/tdekrbsocket.h index 591b579..5f5f036 100644 --- a/lib/libtdekrb/src/tdekrbsocket.h +++ b/lib/libtdekrb/src/tdekrbsocket.h @@ -62,6 +62,7 @@ class TDEKerberosClientSocket : public TQSocket private: SASLDataPrivate *saslData; + unsigned int m_negotiatedMaxBufferSize; }; #endif // TDEKRBSOCKET_H \ No newline at end of file -- cgit v1.2.1