Changes in protocols/jabber/jabber_util.c [e4145d9:3d31618]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber_util.c
re4145d9 r3d31618 514 514 } else if (bud->resource && (flags & GET_BUDDY_EXACT)) { 515 515 /* We want an exact match, so in thise case there shouldn't be a /resource. */ 516 if (head != bud && head->resource == NULL) { 517 return head; 518 } else { 519 return NULL; 520 } 516 return NULL; 521 517 } else if (bud->resource == NULL || bud->next == NULL) { 522 518 /* No need for selection if there's only one option. */
Note: See TracChangeset
for help on using the changeset viewer.