Skip to content

Commit 1d4672d

Browse files
committed
repeat
1 parent 4e31da2 commit 1d4672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/srtp_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,7 @@ srtp_err_status_t srtp_validate_cryptex(void)
29432943
policy.ssrc.value = 0xcafebabe;
29442944
policy.key = test_key;
29452945
policy.window_size = 128;
2946-
policy.allow_repeat_tx = 0;
2946+
policy.allow_repeat_tx = true;
29472947
policy.use_cryptex = true;
29482948
policy.next = NULL;
29492949

0 commit comments

Comments
 (0)