mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Remove unused variable.
This commit is contained in:
parent
9b216dadc9
commit
207dddc8e1
1 changed files with 0 additions and 1 deletions
|
|
@ -391,7 +391,6 @@ void linphone_friend_list_update_subscriptions(LinphoneFriendList *list, Linphon
|
|||
LinphoneAddress *address = linphone_address_new(list->rls_uri);
|
||||
char *xml_content = create_resource_list_xml(list);
|
||||
if ((address != NULL) && (xml_content != NULL) && (linphone_friend_list_has_subscribe_inactive(list) == TRUE)) {
|
||||
md5_context ctx;
|
||||
unsigned char digest[16];
|
||||
md5((unsigned char *)xml_content, strlen(xml_content), digest);
|
||||
if ((list->event != NULL) && (list->content_digest != NULL) && (memcmp(list->content_digest, digest, sizeof(digest)) == 0)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue