Mercurial > pidgin.yaz
changeset 26988:6db0d455813b
This line is redundant.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 18 May 2009 21:41:52 +0000 |
parents | 1735d1c88d4e |
children | 10941ac443e1 |
files | libpurple/protocols/msn/contact.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c Mon May 18 21:05:00 2009 +0000 +++ b/libpurple/protocols/msn/contact.c Mon May 18 21:41:52 2009 +0000 @@ -717,8 +717,6 @@ g_free(msnEnabled); } } - if (passport == NULL) /* Couldn't find anything */ - continue; } else { xmlnode *messenger_user; /* ignore non-messenger contacts */ @@ -736,6 +734,7 @@ passport = xmlnode_get_data(passportName); } + /* Couldn't find anything */ if (passport == NULL) continue;