diff for duplicates of <5285884F.8030907@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 95cb06d..2073aec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,9 +37,9 @@ ACTIVE if it was PF transport that was chosen to send data. > @@ -1517,6 +1517,7 @@ static void sctp_check_transmitted(struct sctp_outq *q, > * active if it is not so marked. > */ -> if ((transport->state = SCTP_INACTIVE || -> + transport->state = SCTP_PF || -> transport->state = SCTP_UNCONFIRMED) && +> if ((transport->state == SCTP_INACTIVE || +> + transport->state == SCTP_PF || +> transport->state == SCTP_UNCONFIRMED) && > sctp_cmp_addr_exact(&transport->ipaddr, saddr)) { > sctp_assoc_control_transport( > diff --git a/a/content_digest b/N1/content_digest index 453fe61..84bcac0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01384461624-17636-1-git-send-email-changxiangzhong@gmail.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH] net: sctp: recover a tranport when an ack comes\0" - "Date\0Fri, 15 Nov 2013 02:34:55 +0000\0" + "Date\0Thu, 14 Nov 2013 21:34:55 -0500\0" "To\0Chang Xiangzhong <changxiangzhong@gmail.com>" " nhorman@tuxdriver.com\0" "Cc\0davem@davemloft.net" @@ -51,11 +51,11 @@ "> @@ -1517,6 +1517,7 @@ static void sctp_check_transmitted(struct sctp_outq *q,\n" "> \t\t\t * active if it is not so marked.\n" "> \t\t\t */\n" - "> \t\t\tif ((transport->state = SCTP_INACTIVE ||\n" - "> +\t\t\t transport->state = SCTP_PF ||\n" - "> \t\t\t transport->state = SCTP_UNCONFIRMED) &&\n" + "> \t\t\tif ((transport->state == SCTP_INACTIVE ||\n" + "> +\t\t\t transport->state == SCTP_PF ||\n" + "> \t\t\t transport->state == SCTP_UNCONFIRMED) &&\n" "> \t\t\t sctp_cmp_addr_exact(&transport->ipaddr, saddr)) {\n" "> \t\t\t\tsctp_assoc_control_transport(\n" > -5f92f9e26d72ba5133cc4a38595119d119efdac39697d0559d60ebfa57bde89a +862c70706b7fcc40834cdd7ce17e6ed1823e58c0cc6db058f0904c0578ec69a9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.