From 2e3400f8990c98a6d06447ff87144b1c76315ce5 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Sat, 10 Jan 2004 22:19:31 +0000
Subject: [PATCH] Oooooops, fix minor typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1921 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 acl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acl.c b/acl.c
index ea45af8380..38ac1666c4 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);
 			}
-- 
GitLab