X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/de8fd04ae7e4edc88d4441cd374943179731beaa..c39d40a767a1ae36171e5bcbf6f157ff3e80fb6c:/print-vrrp.c?ds=sidebyside diff --git a/print-vrrp.c b/print-vrrp.c index 1a2ff590..ee97974e 100644 --- a/print-vrrp.c +++ b/print-vrrp.c @@ -170,7 +170,7 @@ vrrp_print(netdissect_options *ndo, * RFC 2338 Section 5.3.10: "If the configured authentication string * is shorter than 8 bytes, the remaining space MUST be zero-filled. */ - (void)nd_print(ndo, bp, bp + 8); + nd_printjnp(ndo, bp, 8); ND_PRINT("\""); } }