[gaim-migrate @ 1259]

Wed, 13 Dec 2000 06:39:24 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Wed, 13 Dec 2000 06:39:24 +0000
changeset 1249
13c75027d6ad
parent 1248
d98eb324cffe
child 1250
46ac03911ab0

[gaim-migrate @ 1259]
ok, fixed oscar.

libfaim/aim_login.c file | annotate | diff | comparison | revisions
--- 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);

mercurial