aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rtp_test/rtp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rtp_test/rtp_test.c')
-rw-r--r--tests/rtp_test/rtp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rtp_test/rtp_test.c b/tests/rtp_test/rtp_test.c
index d696033..ae7d8ef 100644
--- a/tests/rtp_test/rtp_test.c
+++ b/tests/rtp_test/rtp_test.c
@@ -54,7 +54,7 @@ static void test_bind_fail(void)
else {
printf("FAILED - second bind to port %u worked\n", port[0]);
fflush(stdout);
- //OSMO_ASSERT(0);
+ OSMO_ASSERT(0);
}
osmo_rtp_socket_free(rs[0]);