diff src/protocols/msn/msnslp.c @ 7590:3a48ade4f510

[gaim-migrate @ 8208] The MSNSLP stuff pretty much works. I have it disabled in this commit just in case, but I should have the rest done tonight. Also, client IDs are now sent (which was part of the problem), as are the MSNObjects (the other half of the problem). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 22 Nov 2003 00:47:24 +0000
parents 08ce2a94d9c7
children 43803965ef45
line wrap: on
line diff
--- a/src/protocols/msn/msnslp.c	Fri Nov 21 18:12:55 2003 +0000
+++ b/src/protocols/msn/msnslp.c	Sat Nov 22 00:47:24 2003 +0000
@@ -214,6 +214,7 @@
 	char *branch;
 	char *content;
 	char *body;
+	char *c;
 
 	g_return_if_fail(slpsession  != NULL);
 	g_return_if_fail(local_user  != NULL);
@@ -224,10 +225,8 @@
 	msnobj_base64 = gaim_base64_encode(msnobj_data, strlen(msnobj_data));
 	g_free(msnobj_data);
 
-#if 0
 	if ((c = strchr(msnobj_base64, '=')) != NULL)
 		*c = '\0';
-#endif
 
 	session_id = rand() % 0xFFFFFF00 + 4;