# HG changeset patch # User Eric Warmenhoven # Date 976689564 0 # Node ID 3e44de27622da1c77a1c23da71fb9017257ac012 # Parent 920c86b753d72bd71c596c732fa889837d70e1b0 [gaim-migrate @ 1259] ok, fixed oscar. committer: Tailor Script diff -r 920c86b753d7 -r 3e44de27622d libfaim/aim_login.c --- 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);