From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] 1 of 2: default ssid to 0 Date: Sat, 25 Jun 2005 20:39:20 -0500 Message-ID: <9cde8bff05062518394eab73cb@mail.gmail.com> References: Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefan Berger Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 6/25/05, Stefan Berger wrote: > Hello! >=20 > Attached is the patch that changes the default ssid from 0xffffffff to 0 > as discussed in previous emails. >=20 > Signed-off-by: Reiner Sailer > Signed-off-by: Stefan Berger >=20 > Stefan >=20 + for(j=3D0; j<=3D CWALL_MAX_SSIDREFS; j++) + if ((0 < j) &&( j <=3D CWALL_MAX_TYPES)) + ssidrefs[j*CWALL_MAX_TYPES + j - 1] =3D htons(1); + why dont you run the loop from j=3D1? regards, aq