All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <566ED0D9.8040200@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index a79de76..919ef54 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -74,9 +74,9 @@ Acked-by: Vlad Yasevich <vyasevich@gmail.com>
 >  	 * is SCTP_ACTIVE, then mark this transport as Partially Failed,
 >  	 * see SCTP Quick Failover Draft, section 5.1
 >  	 */
-> -	if ((transport->state = SCTP_ACTIVE) &&
+> -	if ((transport->state == SCTP_ACTIVE) &&
 > +	if (net->sctp.pf_enable &&
-> +	   (transport->state = SCTP_ACTIVE) &&
+> +	   (transport->state == SCTP_ACTIVE) &&
 >  	   (asoc->pf_retrans < transport->pathmaxrxt) &&
 >  	   (transport->error_count > asoc->pf_retrans)) {
 >  
diff --git a/a/content_digest b/N1/content_digest
index 1bf49e3..86b4cec 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01450074139-3923-1-git-send-email-zyjzyj2000@gmail.com\0"
  "From\0Vlad Yasevich <vyasevich@gmail.com>\0"
  "Subject\0Re: [V2 PATCH 1/1] net: sctp: dynamically enable or disable pf state\0"
- "Date\0Mon, 14 Dec 2015 14:23:21 +0000\0"
+ "Date\0Mon, 14 Dec 2015 09:23:21 -0500\0"
  "To\0zyjzyj2000@gmail.com"
   nhorman@tuxdriver.com
   linux-sctp@vger.kernel.org
@@ -86,9 +86,9 @@
  ">  \t * is SCTP_ACTIVE, then mark this transport as Partially Failed,\n"
  ">  \t * see SCTP Quick Failover Draft, section 5.1\n"
  ">  \t */\n"
- "> -\tif ((transport->state = SCTP_ACTIVE) &&\n"
+ "> -\tif ((transport->state == SCTP_ACTIVE) &&\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 > asoc->pf_retrans)) {\n"
  ">  \n"
@@ -112,4 +112,4 @@
  ">  };\n"
  >
 
-b5be472db84269110218bafdf78af8d1d38bb92c5026cf22b13066b557b3c191
+b51be3e4365265c3e315f079e903432012f961ddd8fc54c567bc629b9f2b03eb

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.