From 6904f7e7d9f83e5f360f4227f0a664e65d4f16c2 Mon Sep 17 00:00:00 2001 From: ahm3dgg Date: Fri, 5 Jun 2026 12:41:38 +0300 Subject: [PATCH] Allow Multiple SMB Dialects --- pkg/smb/client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/smb/client.go b/pkg/smb/client.go index d259281..3fec210 100644 --- a/pkg/smb/client.go +++ b/pkg/smb/client.go @@ -133,8 +133,6 @@ func (c *Client) Connect() error { Initiator: initiator, Negotiator: smb2.Negotiator{ - - SpecifiedDialect: 0x0210, RequireMessageSigning: true, }, }