|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] 1 of 2: default ssid to 0
On 6/25/05, Stefan Berger <stefanb@xxxxxxxxxx> wrote:
> Hello!
>
> Attached is the patch that changes the default ssid from 0xffffffff to 0
> as discussed in previous emails.
>
> Signed-off-by: Reiner Sailer <sailer@xxxxxxxxxx>
> Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
>
> Stefan
>
+ for(j=0; j<= CWALL_MAX_SSIDREFS; j++)
+ if ((0 < j) &&( j <= CWALL_MAX_TYPES))
+ ssidrefs[j*CWALL_MAX_TYPES + j - 1] = htons(1);
+
why dont you run the loop from j=1?
regards,
aq
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|