changeset 1249:3e44de27622d

[gaim-migrate @ 1259] ok, fixed oscar. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 06:39:24 +0000
parents 920c86b753d7
children b5783215b245
files libfaim/aim_login.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libfaim/aim_login.c	Wed Dec 13 03:31:15 2000 +0000
+++ b/libfaim/aim_login.c	Wed Dec 13 06:39:24 2000 +0000
@@ -199,7 +199,7 @@
   
     curbyte += aim_puttlv_32(newpacket->data+curbyte, 0x0014, clientinfo->unknown);
     curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0009, 0x0015);
-    curbyte += aim_puttlv_8(newpacket->data+curbyte, 0x004a, 0x01);
+    //curbyte += aim_puttlv_8(newpacket->data+curbyte, 0x004a, 0x01);
   } else {
     /* Use very specific version numbers, to further indicate the hack. */
     curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0016, 0x010a);