|
@@ -57,9 +57,10 @@ namespace SMBLibrary.Server.SMB1
|
|
|
header.Command = CommandName.SMB_COM_NT_TRANSACT;
|
|
|
header.Status = status;
|
|
|
header.Flags = HeaderFlags.CaseInsensitive | HeaderFlags.CanonicalizedPaths | HeaderFlags.Reply;
|
|
|
+
|
|
|
|
|
|
|
|
|
- header.Flags2 = HeaderFlags2.Unicode | HeaderFlags2.NTStatusCode;
|
|
|
+ header.Flags2 = HeaderFlags2.LongNamesAllowed | HeaderFlags2.NTStatusCode | HeaderFlags2.Unicode;
|
|
|
header.UID = asyncContext.UID;
|
|
|
header.TID = asyncContext.TID;
|
|
|
header.PID = asyncContext.PID;
|