Changeset aa6bcd8
- Timestamp:
- 2014-11-17T05:57:22Z (10 years ago)
- Branches:
- master
- Children:
- e2472dd
- Parents:
- 3325df7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
r3325df7 raa6bcd8 760 760 ( MSN_BUDDY_AL | MSN_BUDDY_BL ) ) 761 761 { 762 /* both allow and block, delete block, add wtf */ 762 763 bd->flags &= ~MSN_BUDDY_BL; 763 764 wtf++; 765 } 766 767 768 if( ( bd->flags & ( MSN_BUDDY_AL | MSN_BUDDY_BL ) ) == 0 ) 769 { 770 /* neither allow or block, add allow */ 771 bd->flags |= MSN_BUDDY_AL; 764 772 } 765 773 }
Note: See TracChangeset
for help on using the changeset viewer.