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
6c8cc269
Commit
6c8cc269
authored
Jul 31, 2018
by
Benjamin REIS
Browse files
correct comment
parent
688eb45a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/friendlist.c
coreapi/friendlist.c
+1
-1
No files found.
coreapi/friendlist.c
View file @
6c8cc269
...
...
@@ -543,7 +543,7 @@ static LinphoneFriendListStatus _linphone_friend_list_add_friend(LinphoneFriendL
linphone_friend_save
(
lf
,
lf
->
lc
);
}
if
(
!
list
->
rls_uri
)
// Mimic the behaviour of linphone_core_add_friend() when a resource list server is not in use
*/
if
(
!
list
->
rls_uri
)
// Mimic the behaviour of linphone_core_add_friend() when a resource list server is not in use
linphone_friend_apply
(
lf
,
lf
->
lc
);
return
status
;
...
...
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