diff options
Diffstat (limited to 'vmime/security/sasl/SASLSocket.hpp')
-rw-r--r-- | vmime/security/sasl/SASLSocket.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/security/sasl/SASLSocket.hpp b/vmime/security/sasl/SASLSocket.hpp index d6f4ecd9..0e7d209f 100644 --- a/vmime/security/sasl/SASLSocket.hpp +++ b/vmime/security/sasl/SASLSocket.hpp @@ -75,8 +75,8 @@ private: ref <net::socket> m_wrapped; byte_t* m_pendingBuffer; - int m_pendingPos; - int m_pendingLen; + size_type m_pendingPos; + size_type m_pendingLen; char m_recvBuffer[65536]; }; |