OSDN Git Service

テストコード修正
authoryamada <yamada@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Sun, 13 Dec 2009 05:04:56 +0000 (05:04 +0000)
committeryamada <yamada@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Sun, 13 Dec 2009 05:04:56 +0000 (05:04 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@9068 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/unit_tests/session_test/tcp_session/tcp_session_test.cpp

index 004cf6b..1635a4a 100644 (file)
@@ -12901,7 +12901,7 @@ class up_thread_client_accept_test_class : public l7vs::tcp_session{
             up_thread_client_accept(LOCAL_PROC);
         }
 
-        bool handle_ssl_handshake_timer(const boost::system::error_code& error){
+        bool handle_ssl_handshake_timer(const boost::system::error_code&){
             handle_ssl_handshake_timer_call_chk = true;
             return handle_ssl_handshake_timer_res;
         };