diff options
Diffstat (limited to 'src/tsg_proxy.cpp')
| -rw-r--r-- | src/tsg_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_proxy.cpp b/src/tsg_proxy.cpp index 93ef39b..1ec7276 100644 --- a/src/tsg_proxy.cpp +++ b/src/tsg_proxy.cpp @@ -328,7 +328,7 @@ void tsg_proxy_first_data_process(const struct streaminfo *stream, struct tsg_pr void tsg_proxy_tcp_options_parse(const struct streaminfo *stream, const void *a_packet) { - if(a_packet==NULL) + if(a_packet==NULL || g_tsg_para.intercept_sid<=0) { return ; } |
