summaryrefslogtreecommitdiff
path: root/src/tsg_entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsg_entry.cpp')
-rw-r--r--src/tsg_entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp
index 823b4c0..c481dd7 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -2471,7 +2471,7 @@ extern "C" unsigned char TSG_MASTER_TCPALL_ENTRY(const struct streaminfo *a_tcp,
srt_action_context->set_latency_flag=session_tcp_establish_latency_ms_set(a_tcp, thread_seq, a_packet);
}
- if (a_packet != NULL)
+ if (a_packet!=NULL)
{
tsg_proxy_tcp_options_parse(a_tcp, a_packet);
}