Take out useless cast

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@980 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent 5e019a3df5
commit 06101a43c8

@ -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. */

Loading…
Cancel
Save