comparison libpurple/protocols/qq/qq_network.c @ 24874:b74fa0d31c74

2008.12.25 - flos <lonicerae(at)gmail.com> * References #7821 * Updated authors
author SHiNE CsyFeK <csyfek@gmail.com>
date Fri, 26 Dec 2008 13:00:57 +0000
parents 8f757b2139d2
children 115a2e9ea8b3 1732b4c6379b
comparison
equal deleted inserted replaced
24873:0d7c21b5f1d7 24874:b74fa0d31c74
466 } 466 }
467 } 467 }
468 468
469 static void udp_pending(gpointer data, gint source, PurpleInputCondition cond) 469 static void udp_pending(gpointer data, gint source, PurpleInputCondition cond)
470 { 470 {
471 PurpleConnection *gc = (PurpleConnection *) data; 471 PurpleConnection *gc = NULL;
472 qq_data *qd; 472 qq_data *qd;
473 guint8 *buf; 473 guint8 *buf;
474 gint buf_len; 474 gint buf_len;
475 475
476 gc = (PurpleConnection *) data; 476 gc = (PurpleConnection *) data;