diff options
author | msvensson@neptunus.(none) <> | 2006-09-27 14:36:12 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-09-27 14:36:12 +0200 |
commit | e4676ef60a6a8e1d8130d6131a6aad9ce11d6769 (patch) | |
tree | bc28e105c32f8bda36e5c2a0aca8d193afc62831 /extra/yassl/testsuite/test.hpp | |
parent | 64a64d0fbf29443cd0229bba0d7b2dfdf9624306 (diff) | |
download | mariadb-git-e4676ef60a6a8e1d8130d6131a6aad9ce11d6769.tar.gz |
Import yaSSL version 1.4.3
Diffstat (limited to 'extra/yassl/testsuite/test.hpp')
-rw-r--r-- | extra/yassl/testsuite/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/testsuite/test.hpp b/extra/yassl/testsuite/test.hpp index 1279bc7f9d4..0266c802657 100644 --- a/extra/yassl/testsuite/test.hpp +++ b/extra/yassl/testsuite/test.hpp @@ -312,7 +312,7 @@ inline void tcp_listen(SOCKET_T& sockfd) } -inline void tcp_accept(SOCKET_T& sockfd, int& clientfd, func_args& args) +inline void tcp_accept(SOCKET_T& sockfd, SOCKET_T& clientfd, func_args& args) { tcp_listen(sockfd); |