]> andersk Git - libfaim.git/blobdiff - aim_login.c
- Thu Dec 14 03:39:34 UTC 2000
[libfaim.git] / aim_login.c
index 2b5e92b41fc2132affafaf97c2a34ee1b7d5613c..5a4c7790e4434a75b74e7b6c9a2d5350ea7075e7 100644 (file)
@@ -199,7 +199,7 @@ faim_export int aim_send_login (struct aim_session_t *sess,
   
     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, 0x00);
   } else {
     /* Use very specific version numbers, to further indicate the hack. */
     curbyte += aim_puttlv_16(newpacket->data+curbyte, 0x0016, 0x010a);
This page took 0.666118 seconds and 4 git commands to generate.