Oooooops, fix minor typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1921 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-10 22:19:31 +00:00
parent 81fd2f29de
commit 2e3400f899

2
acl.c
View File

@@ -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);
}