summaryrefslogtreecommitdiff
path: root/print-nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-nsh.c')
-rw-r--r--print-nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-nsh.c b/print-nsh.c
index db78dee6..3ea90fe6 100644
--- a/print-nsh.c
+++ b/print-nsh.c
@@ -181,7 +181,7 @@ nsh_print(netdissect_options *ndo, const u_char *bp, u_int len)
if (md_type == MD_TYPE1) {
if (length != 6) {
- ND_PRINT(" (invalid length for the MD type)");
+ ND_PRINT(" (length for the MD type)");
goto invalid;
}
for (n = 0; n < length - 2; n++) {