diff libpurple/protocols/msn/cmdproc.c @ 27262:7492ddb953fd

On MSN, increase the history size for the NS so that people with lots of buddies on an unknown network (thus requiring many FQY/ADL requests) will not lose the original request (causing a crash). Fixes #8579.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 26 Jun 2009 01:28:09 +0000
parents 1977e930ab03
children 9ff5bf0dc670
line wrap: on
line diff
--- a/libpurple/protocols/msn/cmdproc.c	Thu Jun 25 21:19:10 2009 +0000
+++ b/libpurple/protocols/msn/cmdproc.c	Fri Jun 26 01:28:09 2009 +0000
@@ -210,6 +210,7 @@
 
 	trans = g_new0(MsnTransaction, 1);
 
+	trans->cmdproc = cmdproc;
 	trans->command = g_strdup(command);
 
 	if (format != NULL)