Kaynağa Gözat

!2 remove max waitTime

chenliangyu 5 ay önce
ebeveyn
işleme
6e60c36dd2
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      Framework/spbase/SpEntity.cpp

+ 0 - 1
Framework/spbase/SpEntity.cpp

@@ -1750,7 +1750,6 @@ ErrorCodeEnum SpEntity::GetToken(CSimpleString &channelId, CSimpleString &token)
 
 ErrorCodeEnum SpEntity::SetNewPathToFirewall(CSimpleString &pszPath, int maxWaitMs)
 {
-	maxWaitMs = 50;
 	if (pszPath.GetLength() == 0) {
 		DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("SetNewPathToFirewall param error");
 		return Error_Param;