浏览代码

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

cxs 3 年之前
父节点
当前提交
247945e677
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSPartA_STDEditor/STDEditor.cs

+ 1 - 1
OTSPartA_STDEditor/STDEditor.cs

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