aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/yahoo.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-05 21:20:44 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-05 21:20:44 +0100
commitf7d12f7f8014208c5c0b744d34b753d01bdf2ec2 (patch)
tree0ab638d79ac901c3aeebbd2311bf60940b86e9bc /protocols/yahoo/yahoo.c
parent65a4a649a6798f7e922b0a32de690260c83e0451 (diff)
Some fixes for compiler warnings that only show up when compiling with -O2,
and some additions to the Debian package description.
Diffstat (limited to 'protocols/yahoo/yahoo.c')
-rw-r--r--protocols/yahoo/yahoo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c
index e926e60c..9f7a7896 100644
--- a/protocols/yahoo/yahoo.c
+++ b/protocols/yahoo/yahoo.c
@@ -820,7 +820,7 @@ int ext_yahoo_connect(const char *host, int port)
static void byahoo_accept_conf( void *data )
{
struct byahoo_conf_invitation *inv = data;
- struct groupchat *b;
+ struct groupchat *b = NULL;
GSList *l;
for( l = inv->ic->groupchats; l; l = l->next )