accountStatusが'T'の時はアカウント削除しないように

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@271 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-05-24 08:34:27 +00:00
parent 9cbc2e2846
commit aa0f11e237

View File

@ -402,8 +402,7 @@ void ShopOperationSingleThreadFunc(ShopThreadParam param)
ECAccountInfo* pAccountInfo;
result = ShopOperationConnect(&pAccountInfo);
NIM_SHOP_RESULT_CHECK(result);
if (pAccountInfo->accountStatus && (pAccountInfo->accountStatus[0] == 'R'
|| (pAccountInfo->accountStatus[0] == 'T')))
if (pAccountInfo->accountStatus && (pAccountInfo->accountStatus[0] == 'R'))
{
/* ---------------------------------------------------------------
Unregister