]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vrrp.c
On Solaris, for 64-bit builds, use the 64-bit pcap-config.
[tcpdump] / print-vrrp.c
index 1a2ff5907eeca95af06d8826a8e6131263fecd91..ee97974ecd438ef4b60b2fb74608889e1154af88 100644 (file)
@@ -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("\"");
                }
        }