summaryrefslogtreecommitdiff
path: root/acl.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-01-10 22:19:31 +0000
committerMark Spencer <markster@digium.com>2004-01-10 22:19:31 +0000
commit2e3400f8990c98a6d06447ff87144b1c76315ce5 (patch)
tree77829f198722d56bb4651317b0cd426dc52a4f96 /acl.c
parent81fd2f29de4eda544cc113dd85f96b95ed741acd (diff)
Oooooops, fix minor typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1921 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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);
}