summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */