diff -r 624cf59658dc -r 96f89e35d24d libpurple/protocols/msn/msn.c --- a/libpurple/protocols/msn/msn.c Mon Feb 18 23:23:12 2013 -0500 +++ b/libpurple/protocols/msn/msn.c Mon Feb 18 23:44:29 2013 -0500 @@ -2764,7 +2764,7 @@ } /* Try to put the photo in there too, if there's one and is readable */ - if (user_data && url_text && len != 0) + if (url_text && len != 0) { if (strstr(url_text, "400 Bad Request") || strstr(url_text, "403 Forbidden")