diff src/protocols/oscar/auth.c @ 3213:7ed9fa994055

[gaim-migrate @ 3230] More stuff from Kingant committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 05 May 2002 19:07:05 +0000
parents 1b64206cfbdc
children 66b1ad9782a9
line wrap: on
line diff
--- a/src/protocols/oscar/auth.c	Sun May 05 19:02:08 2002 +0000
+++ b/src/protocols/oscar/auth.c	Sun May 05 19:07:05 2002 +0000
@@ -290,6 +290,10 @@
 	aim_encode_password_md5(password, key, digest);
 	aim_addtlvtochain_raw(&tl, 0x0025, 16, digest);
 
+	/*
+	 * Newer versions of winaim have an empty type x004c TLV here.
+	 */
+
 	if (ci->clientstring)
 		aim_addtlvtochain_raw(&tl, 0x0003, strlen(ci->clientstring), ci->clientstring);
 	aim_addtlvtochain16(&tl, 0x0016, (fu16_t)ci->clientid);
@@ -304,7 +308,6 @@
 	 * If set, old-fashioned buddy lists will not work. You will need
 	 * to use SSI.
 	 */
-	
 	aim_addtlvtochain8(&tl, 0x004a, 0x01);
 
 	aim_writetlvchain(&fr->data, &tl);