diff --git a/tester/call_video_tester.c b/tester/call_video_tester.c index c26dad204..f99fb2bd6 100644 --- a/tester/call_video_tester.c +++ b/tester/call_video_tester.c @@ -347,7 +347,7 @@ static void call_with_video_added_2(void) { LinphoneCoreManager* pauline = linphone_core_manager_new(transport_supported(LinphoneTransportTls) ? "pauline_rc" : "pauline_tcp_rc"); bool_t call_ok; /*in this variant marie is already in automatically accept*/ - LinphoneVideoPolicy marie_policy; + LinphoneVideoPolicy marie_policy = {0}; marie_policy.automatically_accept=TRUE;