diff options
author | dkatz@damien-katzs-computer.local <> | 2007-07-13 00:45:54 -0400 |
---|---|---|
committer | dkatz@damien-katzs-computer.local <> | 2007-07-13 00:45:54 -0400 |
commit | d2e45f205cd9e6d6caf2051cc5f7e3fd2eb6fabf (patch) | |
tree | 6672a514131b39ffd3b0680e1fbcc041d801a869 /extra/yassl/include | |
parent | a55c8bef4950dca9363de7cb2a1ef6351d09d99b (diff) | |
download | mariadb-git-d2e45f205cd9e6d6caf2051cc5f7e3fd2eb6fabf.tar.gz |
Minor fixes for test failures and compiler warnings for Bug #29579.
Diffstat (limited to 'extra/yassl/include')
-rw-r--r-- | extra/yassl/include/yassl_int.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/include/yassl_int.hpp b/extra/yassl/include/yassl_int.hpp index b207f0bffbd..b7bd35f5fa2 100644 --- a/extra/yassl/include/yassl_int.hpp +++ b/extra/yassl/include/yassl_int.hpp @@ -584,7 +584,7 @@ class SSL { Socket socket_; // socket wrapper Buffers buffers_; // buffered handshakes and data Log log_; // logger - bool quietShutdown_; + bool quietShutdown_; // shutdown without handshakes // optimization variables bool has_data_; // buffered data ready? |