summaryrefslogtreecommitdiff
path: root/test_packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_packet.c')
-rw-r--r--test_packet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_packet.c b/test_packet.c
index 156dfe08..274d7d62 100644
--- a/test_packet.c
+++ b/test_packet.c
@@ -363,11 +363,6 @@ static int property_check(void)
(*dp)->type_name);
status = EXIT_FAILURE;
}
- if ((*dp)->probe_detect != NULL && (*dp)->trigger != NULL) {
- (void)fprintf(stderr, "%s both a probe and a trigger string\n",
- (*dp)->type_name);
- status = EXIT_FAILURE;
- }
#endif /* CONTROLSEND_ENABLE && RECONFIGURE_ENABLE*/
}