diff options
Diffstat (limited to 'src/pulsecore/ipacl.c')
| -rw-r--r-- | src/pulsecore/ipacl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pulsecore/ipacl.c b/src/pulsecore/ipacl.c index 7b5f865b..6d5080fb 100644 --- a/src/pulsecore/ipacl.c +++ b/src/pulsecore/ipacl.c @@ -122,7 +122,7 @@ pa_ip_acl* pa_ip_acl_new(const char *s) {              if (e.bits < 128) {                  int t = 0, i; -                for (i = 0, bits = e.bits; i < 16; i++) { +                for (i = 0, bits = (uint32_t) e.bits; i < 16; i++) {                      if (bits >= 8)                          bits -= 8; | 
