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

diff --git a/a/1.txt b/N1/1.txt
index 8ca0331..b511730 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -84,9 +84,9 @@ default.
 >  	 * 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 8e865fb..d689bcb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01449824732-22362-1-git-send-email-zyjzyj2000@gmail.com\0"
  "From\0Vlad Yasevich <vyasevich@gmail.com>\0"
  "Subject\0Re: [PATCH 1/1] net: sctp: dynamically enable or disable pf state\0"
- "Date\0Fri, 11 Dec 2015 18:28:18 +0000\0"
+ "Date\0Fri, 11 Dec 2015 13:28:18 -0500\0"
  "To\0zyjzyj2000@gmail.com"
   nhorman@tuxdriver.com
   linux-sctp@vger.kernel.org
@@ -96,9 +96,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"
@@ -129,4 +129,4 @@
  ">  };\n"
  >
 
-3aa591955267f679a216137dce6a9fa4361293a4f8509a9857224303dc85face
+76d1b52bc5d3bc451248965e3fb857cb6a718f5f8a4357ff8145712ead97265a

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.