]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch a "const object should be initialized" warning.
authorGuy Harris <[email protected]>
Thu, 18 Apr 2019 04:15:39 +0000 (21:15 -0700)
committerGuy Harris <[email protected]>
Thu, 18 Apr 2019 04:15:39 +0000 (21:15 -0700)
commit42682f7bb9694856583bece5fe70f235f8e35d83
tree51dd486feeaeb503ebe7e9b6a14b516fbd1ec21d
parent8c296c6278b675036a42df5bf64d9fc29dcac453
Squelch a "const object should be initialized" warning.

MSVC says a const object should be initialized, so initialize it.

Use nd_ipv6 as the type, while we're at it (it shouldn't make a
difference, but this means we know the type - array of 16 octets - so we
can just initialize it with { 0 }).
print-ripng.c