All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87obmnq2y2.fsf_-_@xmission.com>

diff --git a/a/1.txt b/N1/1.txt
index 9238f7e..b12fc7e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -53,8 +53,8 @@ index 68a385d..50c87b4 100644
  {
  	struct sctp_endpoint *retval = NULL;
  
--	if (htons(ep->base.bind_addr.port) = laddr->v4.sin_port) {
-+	if ((htons(ep->base.bind_addr.port) = laddr->v4.sin_port) &&
+-	if (htons(ep->base.bind_addr.port) == laddr->v4.sin_port) {
++	if ((htons(ep->base.bind_addr.port) == laddr->v4.sin_port) &&
 +	    net_eq(sock_net(ep->base.sk), net)) {
  		if (sctp_bind_addr_match(&ep->base.bind_addr, laddr,
  					 sctp_sk(ep->base.sk)))
diff --git a/a/content_digest b/N1/content_digest
index 04290a3..78f924e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\087zk67q31q.fsf_-_@xmission.com\0"
  "From\0ebiederm@xmission.com (Eric W. Biederman)\0"
  "Subject\0[PATCH net-next 2/9] sctp: Make the endpoint hashtable handle multiple network namespaces\0"
- "Date\0Mon, 06 Aug 2012 18:40:21 +0000\0"
+ "Date\0Mon, 06 Aug 2012 11:40:21 -0700\0"
  "To\0David Miller <davem@davemloft.net>\0"
  "Cc\0Vlad Yasevich <vyasevich@gmail.com>"
   linux-sctp@vger.kernel.org
@@ -71,8 +71,8 @@
  " {\n"
  " \tstruct sctp_endpoint *retval = NULL;\n"
  " \n"
- "-\tif (htons(ep->base.bind_addr.port) = laddr->v4.sin_port) {\n"
- "+\tif ((htons(ep->base.bind_addr.port) = laddr->v4.sin_port) &&\n"
+ "-\tif (htons(ep->base.bind_addr.port) == laddr->v4.sin_port) {\n"
+ "+\tif ((htons(ep->base.bind_addr.port) == laddr->v4.sin_port) &&\n"
  "+\t    net_eq(sock_net(ep->base.sk), net)) {\n"
  " \t\tif (sctp_bind_addr_match(&ep->base.bind_addr, laddr,\n"
  " \t\t\t\t\t sctp_sk(ep->base.sk)))\n"
@@ -166,4 +166,4 @@
  "-- \n"
  1.7.5.4
 
-e32a5522fb6be3086f274156cdaa9759d9101d7cc0ef4fb1ebaebe5ae2864af2
+e70871e51330ba86493bc4b4f00882ab9bdbd94b39a55c351d9bfbb4b09d4784

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.