comparison 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
comparison
equal deleted inserted replaced
27261:6e4afab5576d 27262:7492ddb953fd
208 if (!cmdproc->servconn->connected) 208 if (!cmdproc->servconn->connected)
209 return; 209 return;
210 210
211 trans = g_new0(MsnTransaction, 1); 211 trans = g_new0(MsnTransaction, 1);
212 212
213 trans->cmdproc = cmdproc;
213 trans->command = g_strdup(command); 214 trans->command = g_strdup(command);
214 215
215 if (format != NULL) 216 if (format != NULL)
216 { 217 {
217 va_start(arg, format); 218 va_start(arg, format);