X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ba8936b39b0ce2ff02f3aeb307df4c27657652d8..f34af1aa63da301ae7ee91e2300dff31702001f0:/print-smb.c diff --git a/print-smb.c b/print-smb.c index fa4081ef..d8e66f13 100644 --- a/print-smb.c +++ b/print-smb.c @@ -834,7 +834,7 @@ print_smb(netdissect_options *ndo, smb_fdata(ndo, buf, fmt_smbheader, buf + 33, unicodestr); if (nterrcodes) { - nterror = EXTRACT_LE_U_4(buf + 5); + nterror = EXTRACT_LE_U_4(buf + 5); if (nterror) ND_PRINT("NTError = %s\n", nt_errstr(nterror)); } else {