aboutsummaryrefslogtreecommitdiff
path: root/print-krb.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-krb.c')
-rw-r--r--print-krb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-krb.c b/print-krb.c
index b4c0fadf..959b555c 100644
--- a/print-krb.c
+++ b/print-krb.c
@@ -207,7 +207,7 @@ krb4_print(netdissect_options *ndo,
case AUTH_MSG_ERR_REPLY:
if ((cp = krb4_print_hdr(ndo, cp)) == NULL)
return;
- cp += 4; /* timestamp */
+ cp += 4; /* timestamp */
ND_PRINT(" %s ", tok2str(kerr2str, NULL, KTOHSP(kp, cp)));
cp += 4;
PRINT;