diff --git a/nmrp.c b/nmrp.c index 4f262d9..079271a 100644 --- a/nmrp.c +++ b/nmrp.c @@ -360,7 +360,7 @@ int nmrp_do(struct nmrpd_args *args) struct ethsock *sock; struct ethsock_ip_undo *ip_undo = NULL; struct ethsock_arp_undo *arp_undo = NULL; - uint32_t intf_addr; + uint32_t intf_addr = 0; void (*sigh_orig)(int); struct in_addr ipaddr; struct in_addr ipmask;