aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-09-16 12:52:35 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-09-16 12:52:35 +0100
commitf9258aead615ef9b87baa1754777fd5faf867fe1 (patch)
tree5f6aea374774854cbb0173ce69f82dd29ca52591 /protocols/msn/msn.c
parentbc676acb5f316f0688ab9f99dd2b73315a6ad50c (diff)
Generate a machine UUID instead of using a hardcoded one.
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r--protocols/msn/msn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c
index b05a2b85..59adec62 100644
--- a/protocols/msn/msn.c
+++ b/protocols/msn/msn.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* MSN module - Main file; functions to be called from BitlBee */
@@ -97,6 +97,7 @@ static void msn_logout( struct im_connection *ic )
g_free( md->tokens[i] );
g_free( md->lock_key );
g_free( md->pp_policy );
+ g_free( md->uuid );
while( md->groups )
{