From 82728efb9c82b68995eb74e822601507527f5b7b Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 6 Feb 2005 08:58:43 +0000 Subject: Update to version 1.5.7 PR: ports/77161 Submitted by: maintainer --- mail/mutt-devel/files/extra-patch-nntp.c | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 mail/mutt-devel/files/extra-patch-nntp.c (limited to 'mail/mutt-devel/files/extra-patch-nntp.c') diff --git a/mail/mutt-devel/files/extra-patch-nntp.c b/mail/mutt-devel/files/extra-patch-nntp.c deleted file mode 100644 index 007938754dce..000000000000 --- a/mail/mutt-devel/files/extra-patch-nntp.c +++ /dev/null @@ -1,31 +0,0 @@ ---- nntp.c.orig Mon Aug 2 15:11:21 2004 -+++ nntp.c Mon Aug 2 15:12:31 2004 -@@ -1064,13 +1064,12 @@ - { - char buf[LONG_STRING]; - CONNECTION* conn; -- CONNECTION* tmp; - - conn = mutt_socket_head (); - - while (conn) - { -- tmp = conn; -+ CONNECTION *next = conn->next; - - if (conn->account.type == M_ACCT_TYPE_NNTP) - { -@@ -1079,11 +1078,10 @@ - mutt_socket_readln (buf, sizeof (buf), conn); - mutt_clear_error (); - mutt_socket_close (conn); -- -- mutt_socket_free (tmp); -+ mutt_socket_free (conn); - } - -- conn = conn->next; -+ conn = next; - } - } - -- cgit v1.2.3