[Asterisk-cvs] asterisk acl.c,1.13,1.14
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 10 16:27:45 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13368
Modified Files:
acl.c
Log Message:
Oooooops, fix minor typo
Index: acl.c
===================================================================
RCS file: /usr/cvsroot/asterisk/acl.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- acl.c 10 Jan 2004 21:43:17 -0000 1.13
+++ acl.c 10 Jan 2004 22:19:31 -0000 1.14
@@ -93,7 +93,7 @@
y = 0;
for (z=0;z<x;z++) {
y >>= 1;
- y |= 0x8000000;
+ y |= 0x80000000;
}
ha->netmask.s_addr = htonl(y);
}
More information about the svn-commits
mailing list