Changeset cc9079e for user.c


Ignore:
Timestamp:
2005-11-15T15:16:53Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
9c8ae50
Parents:
f56c491 (diff), c998255 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from other branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user.c

    rf56c491 rcc9079e  
    146146        while( u )
    147147        {
    148                 if( u->gc == gc && u->handle && handle_cmp( u->handle, handle, gc->prpl) == 0 )
     148                if( u->gc == gc && u->handle && gc->prpl->cmp_buddynames ( u->handle, handle ) == 0 )
    149149                        break;
    150150                u = u->next;
Note: See TracChangeset for help on using the changeset viewer.