pidgin: c698c12f: Remove unnecessary check

markdoliner at pidgin.im markdoliner at pidgin.im
Thu May 27 20:31:04 EDT 2010


-----------------------------------------------------------------
Revision: c698c12f784eb7979a0e31f703ee39efa743060b
Ancestor: 3c2664b52b17b981457cd7611bfa2a43ed6a7477
Author: markdoliner at pidgin.im
Date: 2010-05-28T00:26:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c698c12f784eb7979a0e31f703ee39efa743060b

Modified files:
        libpurple/protocols/jabber/auth.c

ChangeLog: 

Remove unnecessary check

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/auth.c	61eb7e757b343075c4e984ee7e54da85751ba553
+++ libpurple/protocols/jabber/auth.c	1fd7a15cb3800f04166e65becc7c0e56f2688a35
@@ -158,7 +158,7 @@ jabber_auth_start(JabberStream *js, xmln
 
 		if (mech_name && *mech_name)
 			mechanisms = g_slist_prepend(mechanisms, mech_name);
-		else if (mech_name)
+		else
 			g_free(mech_name);
 
 	}


More information about the Commits mailing list