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 53eeda6..66b99a0 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -2371,7 +2371,7 @@ static unsigned char tsg_master_all_entry(const struct streaminfo *a_stream, uns
}
break;
case TSG_METHOD_TYPE_TAMPER:
- if(0 == send_tamper_xxx(a_stream, &srt_action_context->tamper_count, a_packet))
+ if(0 == send_tamper_xxx(a_stream, &srt_action_context->tamper_count))
{
state|=APP_STATE_GIVEME|APP_STATE_DROPPKT;
}