Changeset 84b045d for protocols/oscar/im.c
- Timestamp:
- 2007-04-16T01:03:08Z (17 years ago)
- Branches:
- master
- Children:
- 6bbb939
- Parents:
- c2fb3809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/im.c
rc2fb3809 r84b045d 937 937 938 938 if (channel != 0x01) { 939 imc _error(sess->aux_data, "icbm: ICBM recieved on unsupported channel. Ignoring.");939 imcb_error(sess->aux_data, "icbm: ICBM recieved on unsupported channel. Ignoring."); 940 940 return 0; 941 941 } … … 1345 1345 1346 1346 } else { 1347 // imc _error(sess->aux_data, "Unknown TLV encountered");1347 // imcb_error(sess->aux_data, "Unknown TLV encountered"); 1348 1348 } 1349 1349 … … 1517 1517 cookie2 = aimbs_getraw(&bbs, 8); 1518 1518 if (memcmp(cookie, cookie2, 8) != 0) 1519 imc _error(sess->aux_data, "rend: warning cookies don't match!");1519 imcb_error(sess->aux_data, "rend: warning cookies don't match!"); 1520 1520 memcpy(args.cookie, cookie2, 8); 1521 1521 g_free(cookie2); … … 1783 1783 } else { 1784 1784 1785 imc _error(sess->aux_data, "ICBM received on an unsupported channel. Ignoring.");1785 imcb_error(sess->aux_data, "ICBM received on an unsupported channel. Ignoring."); 1786 1786 1787 1787 return 0;
Note: See TracChangeset
for help on using the changeset viewer.