changeset 30532:c79748e14499

Remove unnecessary check
author Mark Doliner <mark@kingant.net>
date Fri, 28 May 2010 00:26:44 +0000
parents 6731144b8d24
children 44ec2e7c2488 95d2b6fc228a
files libpurple/protocols/jabber/auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c	Thu May 27 21:11:31 2010 +0000
+++ b/libpurple/protocols/jabber/auth.c	Fri May 28 00:26:44 2010 +0000
@@ -158,7 +158,7 @@
 
 		if (mech_name && *mech_name)
 			mechanisms = g_slist_prepend(mechanisms, mech_name);
-		else if (mech_name)
+		else
 			g_free(mech_name);
 
 	}