OSDN Git Service

変数名を修正
authoryamada <yamada@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 10 Dec 2009 08:55:24 +0000 (08:55 +0000)
committeryamada <yamada@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 10 Dec 2009 08:55:24 +0000 (08:55 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@8940 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/src/tcp_session.cpp

index 5389128..679b971 100644 (file)
@@ -1226,7 +1226,7 @@ namespace l7vs{
             rd_scoped_lock scoped_lock(ssl_handshake_time_out_flag_mutex);
             if( ssl_handshake_time_out_flag ){
                 // SSL handshake time out or timer error
-                func_type = UP_FUNC_CLIENT_DISCONNECT;
+                func_tag = UP_FUNC_CLIENT_DISCONNECT;
                 std::stringstream buf;
                 buf << "Thread ID[";
                 buf << boost::this_thread::get_id();