summaryrefslogtreecommitdiff
path: root/print-bfd.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-01-08 16:21:39 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-01-08 17:12:12 +0100
commit3ed92cd021a619c8dbff377edd8eb66b3ec285c9 (patch)
tree9c629ba7661d7ba2a545a23a509e1a0b8cdc4ee0 /print-bfd.c
parent90ddb17d272bbe39dccc08f7b109077b73996fee (diff)
downloadtcpdump-3ed92cd021a619c8dbff377edd8eb66b3ec285c9.tar.gz
Replace the (void)nd_printn(..., NULL) calls by nd_printjn() calls
Moreover: Remove a now useless comment.
Diffstat (limited to 'print-bfd.c')
-rw-r--r--print-bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-bfd.c b/print-bfd.c
index 8c047357..e28046e7 100644
--- a/print-bfd.c
+++ b/print-bfd.c
@@ -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: