diff for duplicates of <20110207090936.GC12367@verge.net.au> diff --git a/a/1.txt b/N1/1.txt index f2eff3f..7157a2c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ development trees at this time. i.e. its not in .37 nor scheduled for .38. > - 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; > -- > To unsubscribe from this list: send the line "unsubscribe lvs-devel" in diff --git a/a/content_digest b/N1/content_digest index 60c8e49..8d85343 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020110207083855.GD4384@bicker\0" "From\0Simon Horman <horms@verge.net.au>\0" "Subject\0Re: [patch] IPVS: precedence bug in ip_vs_sync_switch_mode()\0" - "Date\0Mon, 07 Feb 2011 09:09:37 +0000\0" + "Date\0Mon, 7 Feb 2011 18:09:37 +0900\0" "To\0Dan Carpenter <error27@gmail.com>\0" "Cc\0Wensong Zhang <wensong@linux-vs.org>" Julian Anastasov <ja@ssi.bg> @@ -37,7 +37,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;\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe lvs-devel\" in\n" @@ -45,4 +45,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -dd3f3a1b88e1fc5ccc493ab6bd0ff5352ae0e9cfe4f3d5d6ad5870809ada6842 +9504c2e356bade5dc2d5165e7d416d0c274a2b8c5c006e7cf96d9720c1d13cac
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.