Browse Source

修改标准库编辑器二次采集xray失败的bug

cxs 3 năm trước cách đây
mục cha
commit
247945e677
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      OTSPartA_STDEditor/STDEditor.cs

+ 1 - 1
OTSPartA_STDEditor/STDEditor.cs

@@ -722,7 +722,7 @@ namespace OTSPartA_STDEditor
             bool bDisConnResult = false;
             if (m_bConnectionState)
             {
-                //bDisConnResult = m_cfun.DisConnectSem();
+                bDisConnResult = m_cfun.DisconnectSem();
             }
             if (bDisConnResult)
             {