[성현모] Svn 업데이트 받기
This commit is contained in:
@ -81,11 +81,6 @@ namespace SystemX.Net.MiddlewareUI.UIM.Protocol_Method
|
||||
bUseExist = Parent_.GetConnectInfoFindHost(strGetHostID, strGetSection, bGetUseUIM);
|
||||
|
||||
bExistInformation = (drFindInfo != null ? drFindInfo.Count() > 0 : false);
|
||||
|
||||
if(drFindInfo == null)
|
||||
{
|
||||
;//
|
||||
}
|
||||
}
|
||||
|
||||
if (bExistInformation ||
|
||||
@ -104,7 +99,7 @@ namespace SystemX.Net.MiddlewareUI.UIM.Protocol_Method
|
||||
strConnectIP = thisConnInfo.strCommandEndPointInfo;
|
||||
|
||||
//TODO : For Test Server Code
|
||||
if (/* true || */ strConnectIP.IndexOf(strRegIP) >= 0 || bGetUseUIM)
|
||||
if (true || strConnectIP.IndexOf(strRegIP) >= 0 || bGetUseUIM)
|
||||
{
|
||||
;//IP Address Compare Result PASS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user