changeset 5893:718c1e8d5728

[gaim-migrate @ 6325] Dear Mark, Chips and dip night was lots of fun! Thanks for the idea! I told you that the 0x81 thing wasn't the problem. The server sends that when it already has the icon with the given md5sum cached. The client then resends the SSI modify packet to get the server to actually use that icon. This is not what is causing the loop; the loop happened before I added that code, and happens when that code doesn't get called. Love, Sean. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 15 Jun 2003 15:09:01 +0000
parents da8939ad60b6
children 8b1b660519f6
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sun Jun 15 09:28:57 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Jun 15 15:09:01 2003 +0000
@@ -5489,8 +5489,8 @@
 								   "Can't stat buddy icon file!\n");
 					}
 				}
-			} /* else if (flags == 0x81)
-				aim_ssi_seticon(od->sess, md5, length); */
+			} else if (flags == 0x81)
+				aim_ssi_seticon(od->sess, md5, length); 
 		} break;
 
 		case 0x0002: { /* We just set an "available" message? */