Search
j0ke.net Open Build Service
>
Projects
>
ha
>
varnish2
> varnish-2.0-acl_compile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File varnish-2.0-acl_compile.patch of Package varnish2 (Revision 10)
Currently displaying revision
10
,
show latest
--- lib/libvcl/vcc_acl.c.orig 2008-10-17 16:30:13.000000000 +0200 +++ lib/libvcl/vcc_acl.c 2008-10-17 16:30:31.000000000 +0200 @@ -397,7 +397,7 @@ Fh(tl, 0, "\t%*s%sif ((a[%d] & 0x%x) == %d) {\n", -i, "", oc, - i, (0xff00 >> m) & 0xff, + i - 1, (0xff00 >> m) & 0xff, ae->data[i] & ((0xff00 >> m) & 0xff)); at[i] = 256; depth = i;