Allow Multiple SMB Dialects

This commit is contained in:
ahm3dgg
2026-06-05 12:41:38 +03:00
parent f83dc52479
commit 6904f7e7d9
-2
View File
@@ -133,8 +133,6 @@ func (c *Client) Connect() error {
Initiator: initiator,
Negotiator: smb2.Negotiator{
SpecifiedDialect: 0x0210,
RequireMessageSigning: true,
},
}