Changeset 295:7c2d63cfbe15 in mediastreamer2 for linphone/coreapi/friend.c


Ignore:
Timestamp:
Mar 5, 2009 2:14:39 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix bug when adding contacts
sipsetup plugins work in progress.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@298 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/friend.c

    r257 r295  
    654654        ms_return_if_fail(lf->lc==NULL); 
    655655        ms_return_if_fail(lf->url!=NULL); 
     656        lc->friends=ms_list_append(lc->friends,lf); 
    656657        linphone_friend_apply(lf,lc); 
    657         lc->friends=ms_list_append(lc->friends,lf); 
    658658        return ; 
    659659} 
Note: See TracChangeset for help on using the changeset viewer.