From 87bf94ce9672ac77be0ac45e44edf5d550fdcb87 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 8 May 2003 14:53:15 +0000 Subject: Take out useless cast git-svn-id: http://svn.digium.com/svn/asterisk/trunk@980 f38db490-d61c-443f-a65b-d21fe96a405b --- acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl.c b/acl.c index 9f876c90a..9c832ed4a 100755 --- a/acl.c +++ b/acl.c @@ -41,7 +41,7 @@ struct ast_ha { }; /* Default IP - if not otherwise set, don't breathe garbage */ -static struct in_addr __ourip = { (in_addr_t)0x00000000 }; +static struct in_addr __ourip = { 0x00000000 }; struct my_ifreq { char ifrn_name[IFNAMSIZ]; /* Interface name, e.g. "eth0", "ppp0", etc. */ -- cgit v1.2.3