projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
81fd2f2
)
Oooooops, fix minor typo
author
Mark Spencer
<markster@digium.com>
Sat, 10 Jan 2004 22:19:31 +0000
(22:19 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 10 Jan 2004 22:19:31 +0000
(22:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1921
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
acl.c
patch
|
blob
|
history
diff --git
a/acl.c
b/acl.c
index
ea45af8
..
38ac166
100755
(executable)
--- 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 = 0;
for (z=0;z<x;z++) {
y >>= 1;
- y |= 0x8000000;
+ y |= 0x80000000;
}
ha->netmask.s_addr = htonl(y);
}
}
ha->netmask.s_addr = htonl(y);
}