修改拦tunnel stream错误问题
This commit is contained in:
@@ -1581,7 +1581,7 @@ extern "C" char kni_tcpall_entry(struct streaminfo *stream, void** pme, int thre
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret=MESA_get_stream_opt(stream, MSO_STREAM_TUNNEL_TYPE, (void *)&stream_tunnel_type, &stream_tunnel_type_len);
|
ret=MESA_get_stream_opt(stream, MSO_STREAM_TUNNEL_TYPE, (void *)&stream_tunnel_type, &stream_tunnel_type_len);
|
||||||
if(ret != STREAM_TUNNLE_NON)
|
if(stream_tunnel_type != STREAM_TUNNLE_NON)
|
||||||
{
|
{
|
||||||
KNI_LOG_DEBUG(logger, "stream type is tunnel, type = %d",ret);
|
KNI_LOG_DEBUG(logger, "stream type is tunnel, type = %d",ret);
|
||||||
return APP_STATE_FAWPKT | APP_STATE_DROPME;
|
return APP_STATE_FAWPKT | APP_STATE_DROPME;
|
||||||
|
|||||||
Reference in New Issue
Block a user