summaryrefslogtreecommitdiff
path: root/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.c b/acl.c
index ea45af838..38ac1666c 100755
--- a/acl.c
+++ b/acl.c
@@ -93,7 +93,7 @@ struct ast_ha *ast_append_ha(char *sense, char *stuff, struct ast_ha *path)
y = 0;
for (z=0;z<x;z++) {
y >>= 1;
- y |= 0x8000000;
+ y |= 0x80000000;
}
ha->netmask.s_addr = htonl(y);
}