Browse Source

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

cxs 3 years ago
parent
commit
247945e677
1 changed files with 1 additions and 1 deletions
  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)
             {