diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-20 17:09:23 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-20 17:09:23 +0100 |
commit | 66c579243cd3273e12decf9744210d7dc1877cec (patch) | |
tree | 2f60722415e25cd4a2ae2812200eac0cc92d4565 /protocols/oscar/im.c | |
parent | 94281efa4280bd3ef1cecb7cd22deca03ecb5935 (diff) |
Remove OFT and rendez-vous support (not used anyway and implemented
in a way too complicated way)
Diffstat (limited to 'protocols/oscar/im.c')
-rw-r--r-- | protocols/oscar/im.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/im.c b/protocols/oscar/im.c index 4ceb0716..085687e0 100644 --- a/protocols/oscar/im.c +++ b/protocols/oscar/im.c @@ -2038,7 +2038,7 @@ int aim_im_sendmtn(aim_session_t *sess, guint16 type1, const char *sn, guint16 t * Dest sn */ aimbs_put8(&fr->data, strlen(sn)); - aimbs_putraw(&fr->data, sn, strlen(sn)); + aimbs_putraw(&fr->data, (const guint8*)sn, strlen(sn)); /* * Type 2 (should be 0x0000, 0x0001, or 0x0002 for mtn) |