diff for duplicates of <20171127133703.GK3473@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 50e5ff1..bcdfafb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> > sctp_outq_free(&asoc->outqueue); > > @@ -1021,6 +1021,7 @@ struct sctp_chunk *sctp_process_strreset_resp( -> if (result = SCTP_STRRESET_PERFORMED) { +> if (result == SCTP_STRRESET_PERFORMED) { > __u32 mtsn = sctp_tsnmap_get_max_tsn_seen( > &asoc->peer.tsn_map); > + LIST_HEAD(temp); diff --git a/a/content_digest b/N1/content_digest index b9f1f95..4b22e66 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\001a98a157b28c058568ccb7b9909e990e7ac7744.1511614961.git.lucien.xin@gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net 4/5] sctp: avoid flushing unsent queue when doing asoc reset\0" - "Date\0Mon, 27 Nov 2017 13:37:03 +0000\0" + "Date\0Mon, 27 Nov 2017 11:37:03 -0200\0" "To\0Xin Long <lucien.xin@gmail.com>\0" "Cc\0network dev <netdev@vger.kernel.org>" linux-sctp@vger.kernel.org @@ -67,7 +67,7 @@ "> \tsctp_outq_free(&asoc->outqueue);\n" "> \n" "> @@ -1021,6 +1021,7 @@ struct sctp_chunk *sctp_process_strreset_resp(\n" - "> \t\tif (result = SCTP_STRRESET_PERFORMED) {\n" + "> \t\tif (result == SCTP_STRRESET_PERFORMED) {\n" "> \t\t\t__u32 mtsn = sctp_tsnmap_get_max_tsn_seen(\n" "> \t\t\t\t\t\t&asoc->peer.tsn_map);\n" "> +\t\t\tLIST_HEAD(temp);\n" @@ -97,4 +97,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -26e16728556b18f2b3c229b7b869b25acc4eba4fbc8a8585854eb2171deff1a7 +b07269f115d84df0b8699bc33d61ec113da1879687702262c43b2019cff0e761
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.