summaryrefslogtreecommitdiff
path: root/acl.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-08 14:53:15 +0000
committerMark Spencer <markster@digium.com>2003-05-08 14:53:15 +0000
commit06101a43c83ff5430cb3bc0addb7e7b2316e80b7 (patch)
treebb6a526dd609d51ee4954d7ae121e23810ba1bc8 /acl.c
parent5e019a3df598ff14c532b148daf6138bba690e3a (diff)
Take out useless cast
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c2
1 files changed, 1 insertions, 1 deletions
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. */