summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9d48b28..3a68381 100644
--- a/src/tsg_entry.cpp
+++ b/src/tsg_entry.cpp
@@ -191,7 +191,7 @@ static int set_drop_stream(const struct streaminfo *a_stream)
static int set_struct_project(const struct streaminfo *a_stream, int project_id, void *data)
{
- if(a_stream==NULL || project_id<0 || data==NULL)
+ if(a_stream==NULL || project_id<0)
{
return 0;
}