changeset 16854:861987e9af41

This should fix #569. I'm waiting for a debug log to see exactly what is up.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 03 May 2007 23:13:03 +0000
parents f4bebd09c671
children 2afea2b41cab
files libpurple/protocols/msn/notification.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Thu May 03 22:47:04 2007 +0000
+++ b/libpurple/protocols/msn/notification.c	Thu May 03 23:13:03 2007 +0000
@@ -947,7 +947,7 @@
 	url = cmd->params[2];
 
 	buf = g_strdup_printf("%s%lu%s",
-			   session->passport_info.mspauth,
+			   session->passport_info.mspauth ? session->passport_info.mspauth : "BOGUS",
 			   time(NULL) - session->passport_info.sl,
 			   purple_connection_get_password(account->gc));