diff src/protocols/msn/msnslp.c @ 9087:f32ee2e97b37

[gaim-migrate @ 9864] Several small MSN bug fixes by Finlay Dobbie. These ones fix some problems in the MSNSLP and MSNObject code. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 27 May 2004 06:06:03 +0000
parents 1e211dde3cae
children c30d81b4dd22
line wrap: on
line diff
--- a/src/protocols/msn/msnslp.c	Thu May 27 05:53:00 2004 +0000
+++ b/src/protocols/msn/msnslp.c	Thu May 27 06:06:03 2004 +0000
@@ -438,6 +438,7 @@
 	}
 
 	msg->msnslp_header.total_size_1 = slpsession->orig_len;
+	msg->msnslp_header.length = slpsession->orig_len;
 
 	send_msg_part(slpsession, msg);
 }