From: Mark Spencer Date: Sat, 10 Jan 2004 22:19:31 +0000 (+0000) Subject: Oooooops, fix minor typo X-Git-Tag: 0.7.0~91 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=2e3400f8990c98a6d06447ff87144b1c76315ce5;ds=sidebyside Oooooops, fix minor typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1921 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/acl.c b/acl.c index ea45af8..38ac166 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>= 1; - y |= 0x8000000; + y |= 0x80000000; } ha->netmask.s_addr = htonl(y); }