]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bfd.c
Replace the (void)nd_printn(..., NULL) calls by nd_printjn() calls
[tcpdump] / print-bfd.c
index 8c047357db3ed65ffc262ae2723c2e70be86a75c..e28046e7d0e1d0a98e921d93acfb3bb95d6ffc94 100644 (file)
@@ -222,7 +222,7 @@ auth_print(netdissect_options *ndo, const u_char *pptr)
                 pptr++;
                 ND_PRINT(", Password: ");
                 /* the length is equal to the password length plus three */
-                (void)nd_printn(ndo, pptr, auth_len - 3, NULL);
+                nd_printjn(ndo, pptr, auth_len - 3);
                 break;
             case AUTH_MD5:
             case AUTH_MET_MD5: