]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-smb.c
Fix spaces
[tcpdump] / print-smb.c
index fa4081efdb663361126a138608a837b39f2c3b51..d8e66f13eb4a707a91d0bf5bec642a5a873bcdda 100644 (file)
@@ -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 {