diff for duplicates of <20110207083855.GD4384@bicker> diff --git a/a/1.txt b/N1/1.txt index 875723e..4e6a28e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,5 +14,5 @@ index 2a2a836..d1b7298 100644 - if (!ipvs->sync_state & IP_VS_STATE_MASTER) + if (!(ipvs->sync_state & IP_VS_STATE_MASTER)) return; - if (mode = ipvs->sysctl_sync_ver || !ipvs->sync_buff) + if (mode == ipvs->sysctl_sync_ver || !ipvs->sync_buff) return; diff --git a/a/content_digest b/N1/content_digest index f34ebaa..0ce59ca 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] IPVS: precedence bug in ip_vs_sync_switch_mode()\0" - "Date\0Mon, 07 Feb 2011 08:38:55 +0000\0" + "Date\0Mon, 7 Feb 2011 11:38:55 +0300\0" "To\0Wensong Zhang <wensong@linux-vs.org>\0" "Cc\0Simon Horman <horms@verge.net.au>" Julian Anastasov <ja@ssi.bg> @@ -29,7 +29,7 @@ "-\tif (!ipvs->sync_state & IP_VS_STATE_MASTER)\n" "+\tif (!(ipvs->sync_state & IP_VS_STATE_MASTER))\n" " \t\treturn;\n" - " \tif (mode = ipvs->sysctl_sync_ver || !ipvs->sync_buff)\n" + " \tif (mode == ipvs->sysctl_sync_ver || !ipvs->sync_buff)\n" " \t\treturn;" -08792a32b6c500ddf448f33e360b1281768c00da576e93881b16f1f26afd845e +606fc1b0d1160cddf717be07d5f21bd12e79839b02f5dfb437cb2503c67d056e
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.