diff for duplicates of <20160317104136.GC3100@mwanda> diff --git a/a/1.txt b/N1/1.txt index dcc2239..156e95d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,5 +15,5 @@ index dc5eb29..29c82d6 100644 - (!(ct->status & IPS_EXPECTED_BIT) || info->commit)) { + (!(ct->status & IPS_EXPECTED) || info->commit)) { /* NAT an established or related connection like before. */ - if (CTINFO2DIR(ctinfo) = IP_CT_DIR_REPLY) + if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY) /* This is the REPLY direction for a connection diff --git a/a/content_digest b/N1/content_digest index 3d30833..fc3d2a4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] openvswitch: using a bit shift as a mask\0" - "Date\0Thu, 17 Mar 2016 10:41:36 +0000\0" + "Date\0Thu, 17 Mar 2016 13:41:36 +0300\0" "To\0Pravin Shelar <pshelar@nicira.com>" Pablo Neira Ayuso <pablo@netfilter.org> " Jarno Rajahalme <jarno@ovn.org>\0" @@ -26,7 +26,7 @@ "-\t (!(ct->status & IPS_EXPECTED_BIT) || info->commit)) {\n" "+\t (!(ct->status & IPS_EXPECTED) || info->commit)) {\n" " \t\t/* NAT an established or related connection like before. */\n" - " \t\tif (CTINFO2DIR(ctinfo) = IP_CT_DIR_REPLY)\n" + " \t\tif (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY)\n" " \t\t\t/* This is the REPLY direction for a connection" -97f32addd164eb1eeeceecd95acb1a8c224a0b0a2cd47ae068823be0d325c914 +57d4b31d41120a0f5d0a0b61070d621e66a04f9c9f32b7403c0301d22ea7ea50
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.