mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix crash when sipp is not installed
This commit is contained in:
parent
3d791362ee
commit
12f74e808b
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ static void test_subscribe_notify_with_sipp_publisher(void) {
|
|||
|
||||
sipp_out = sip_start(scen, linphone_address_get_username(marie->identity), marie->identity);
|
||||
|
||||
if (TRUE/*sipp_out*/) {
|
||||
if (sipp_out) {
|
||||
/*wait for marie status*/
|
||||
wait_for_until(pauline->lc,pauline->lc,&pauline->stat.number_of_NotifyReceived,2,3000);
|
||||
BC_ASSERT_EQUAL(LinphoneStatusOnline,linphone_friend_get_status(lf), int, "%d");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue