X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1bcd37991fa57d9e966a6f96e7cbff59b16c28bd..626ad15d6f1ab22a5fd04baf7c67a84f63ddbdde:/print-ospf.c?ds=sidebyside diff --git a/print-ospf.c b/print-ospf.c index 8e6a003f..c370bda7 100644 --- a/print-ospf.c +++ b/print-ospf.c @@ -1142,7 +1142,7 @@ ospf_print(netdissect_options *ndo, case OSPF_AUTH_SIMPLE: ND_PRINT("\n\tSimple text password: "); - (void)nd_printzp(ndo, op->ospf_authdata, OSPF_AUTH_SIMPLE_LEN, NULL); + nd_printjnp(ndo, op->ospf_authdata, OSPF_AUTH_SIMPLE_LEN); break; case OSPF_AUTH_MD5: