Browse Source

SMB Server application: Set 'SMB 2.0 / 2.1' checkbox to checked

Tal Aloni 7 years ago
parent
commit
b6eebcef20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SMBServer/ServerUI.Designer.cs

+ 1 - 0
SMBServer/ServerUI.Designer.cs

@@ -139,6 +139,7 @@ namespace SMBServer
             // chkSMB2
             // 
             this.chkSMB2.AutoSize = true;
+            this.chkSMB2.Checked = true;
             this.chkSMB2.Location = new System.Drawing.Point(204, 86);
             this.chkSMB2.Name = "chkSMB2";
             this.chkSMB2.Size = new System.Drawing.Size(93, 17);