From: Roy Marples Date: Sat, 19 Jul 2008 20:11:03 +0000 (+0000) Subject: Style. X-Git-Tag: v4.0.2~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cce18b82448cd69519cddb8ec99368a0c014a84;p=thirdparty%2Fdhcpcd.git Style. --- diff --git a/net.c b/net.c index c89a52eb..312989a6 100644 --- a/net.c +++ b/net.c @@ -671,7 +671,7 @@ send_arp(const struct interface *iface, int op, in_addr_t sip, in_addr_t tip) uint8_t *p; int retval; - arpsize = sizeof(*arp) + 2 * iface->hwlen + 2 *sizeof(sip); + arpsize = sizeof(*arp) + 2 * iface->hwlen + 2 * sizeof(sip); arp = xmalloc(arpsize); arp->ar_hrd = htons(iface->family); arp->ar_pro = htons(ETHERTYPE_IP);