src/arpsend.c: fix a compiler warning

Fix a long-standing compiler warning:

	arpsend.c: In function ‘create_arp_packet’:
	arpsend.c:354:3: warning: missing initializer
	arpsend.c:354:3: warning: (near initialization for ‘(anonymous).sndr_hw_addr’)

Should have no visible effect.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed