まず無線設定の確認を行うように

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@90 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
N2614 2011-02-24 05:52:34 +00:00
parent e82097d992
commit 908a485786

View File

@ -236,7 +236,12 @@ void ControlState(::std::vector<std::string>& operationMessage, bool& nextStep,
{ {
CheckAndReadVersionData(operationMessage); CheckAndReadVersionData(operationMessage);
validApSetting = CheckAndReadAPSetting(operationMessage); validApSetting = CheckAndReadAPSetting(operationMessage);
if (!validApSetting)
{
error = true;
}
else
{
// NUPが必要か // NUPが必要か
if (!NeedsNup()) if (!NeedsNup())
{ {
@ -365,6 +370,8 @@ void ControlState(::std::vector<std::string>& operationMessage, bool& nextStep,
error = true; error = true;
} }
} }
}
} }
else else
{ {