diff options
Diffstat (limited to 'net-im/pidgin/files')
-rw-r--r-- | net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch b/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch deleted file mode 100644 index 6af9cbafdce3..000000000000 --- a/net-im/pidgin/files/pidgin-2.4.2-jabber_crash_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- pidgin-2.4.2/libpurple/protocols/jabber/auth.c 2008-05-06 14:04:00.000000000 +0200 -+++ pidgin-2.4.3/libpurple/protocols/jabber/auth.c 2008-05-23 17:48:44.000000000 +0200 -@@ -936,6 +945,7 @@ - _("Invalid challenge from server")); - } - g_free(js->expected_rspauth); -+ js->expected_rspauth = NULL; - } else { - /* assemble a response, and send it */ - /* see RFC 2831 */ |