]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow-1.3.c
Replace '(void)nd_print()' calls by nd_printjnp() calls
[tcpdump] / print-openflow-1.3.c
index 79de7d7b9999205bf3d9e86bc7fd584ed16e4eb5..9e76ba1b29358fa86b7ac9b6af1d47abb9ee1416 100644 (file)
@@ -661,7 +661,7 @@ of13_port_print(netdissect_options *ndo,
        cp += 2;
        /* name */
        ND_PRINT(", name '");
-       (void)nd_print(ndo, cp, cp + OFP_MAX_PORT_NAME_LEN);
+       nd_printjnp(ndo, cp, OFP_MAX_PORT_NAME_LEN);
        ND_PRINT("'");
        cp += OFP_MAX_PORT_NAME_LEN;