All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190813162734.GA2870@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index cf1f4ba..e802080 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,7 +25,7 @@ Dave, please consider this one for stable. Thanks.
 > @@ -546,7 +546,7 @@ static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands,
 >  	 */
 >  	if (net->sctp.pf_enable &&
->  	   (transport->state = SCTP_ACTIVE) &&
+>  	   (transport->state == SCTP_ACTIVE) &&
 > -	   (asoc->pf_retrans < transport->pathmaxrxt) &&
 > +	   (transport->error_count < transport->pathmaxrxt) &&
 >  	   (transport->error_count > asoc->pf_retrans)) {
diff --git a/a/content_digest b/N1/content_digest
index f1cfdeb..cba79af 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\055b2fe3e5123958ccd7983e0892bc604aa717132.1565614152.git.lucien.xin@gmail.com\0"
  "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0"
  "Subject\0Re: [PATCH net] sctp: fix the transport error_count check\0"
- "Date\0Tue, 13 Aug 2019 16:27:34 +0000\0"
+ "Date\0Tue, 13 Aug 2019 13:27:34 -0300\0"
  "To\0Xin Long <lucien.xin@gmail.com>\0"
  "Cc\0network dev <netdev@vger.kernel.org>"
   linux-sctp@vger.kernel.org
@@ -36,7 +36,7 @@
  "> @@ -546,7 +546,7 @@ static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands,\n"
  ">  \t */\n"
  ">  \tif (net->sctp.pf_enable &&\n"
- ">  \t   (transport->state = SCTP_ACTIVE) &&\n"
+ ">  \t   (transport->state == SCTP_ACTIVE) &&\n"
  "> -\t   (asoc->pf_retrans < transport->pathmaxrxt) &&\n"
  "> +\t   (transport->error_count < transport->pathmaxrxt) &&\n"
  ">  \t   (transport->error_count > asoc->pf_retrans)) {\n"
@@ -46,4 +46,4 @@
  "> 2.1.0\n"
  >
 
-7f53c10008abaad0a8a28c62f7eef108f9b0416d56531d373831b31ccc9db135
+f96c7682c325d3f74d1cac2737eb2282931e385506c1811a51f8b8d621a76fe6

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.