Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
49047285
Commit
49047285
authored
Jan 25, 2016
by
Sylvain Berfini
🐮
Browse files
Fixed tester compil
parent
3b7c61e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/presence_tester.c
View file @
49047285
...
...
@@ -759,7 +759,8 @@ static void test_presence_list_subscription_expire(void) {
linphone_friend_list_set_rls_uri
(
lfl
,
rls_uri
);
lf
=
linphone_core_create_friend_with_address
(
laure
->
lc
,
"sip:michelle@sip.inexistentdomain.com"
);
linphone_friend_list_add_friend
(
lfl
,
lf
);
linphone_core_set_friend_list
(
laure
->
lc
,
lfl
);
linphone_core_remove_friend_list
(
laure
->
lc
,
linphone_core_get_default_friend_list
(
laure
->
lc
));
linphone_core_add_friend_list
(
laure
->
lc
,
lfl
);
linphone_friend_list_update_subscriptions
(
lfl
,
NULL
,
FALSE
);
linphone_friend_list_unref
(
lfl
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment