Changeset 7064d28
- Timestamp:
- 2010-10-25T14:23:46Z (14 years ago)
- Branches:
- master
- Children:
- 279454e
- Parents:
- 6c2b430
- Location:
- protocols/oscar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/chatnav.c
r6c2b430 r7064d28 372 372 373 373 if (snac2->family != 0x000d) { 374 imcb_error(sess->aux_data, "rec ieved response that maps to corrupt request!");374 imcb_error(sess->aux_data, "received response that maps to corrupt request!"); 375 375 return 0; 376 376 } -
protocols/oscar/im.c
r6c2b430 r7064d28 937 937 938 938 if (channel != 0x01) { 939 imcb_error(sess->aux_data, "icbm: ICBM rec ieved on unsupported channel. Ignoring.");939 imcb_error(sess->aux_data, "icbm: ICBM received on unsupported channel. Ignoring."); 940 940 return 0; 941 941 }
Note: See TracChangeset
for help on using the changeset viewer.