mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
必ずインターネット設定を復旧するように
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@9 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
5dfec5517c
commit
15e82914a3
@ -329,8 +329,6 @@ void NtpThreadFunc()
|
|||||||
COMMON_LOGGER("Set User Time %04d/%02d/%02d %02d:%02d:%02d\n",
|
COMMON_LOGGER("Set User Time %04d/%02d/%02d %02d:%02d:%02d\n",
|
||||||
current.GetYear(), current.GetMonth(), current.GetDay(), current.GetHour(), current.GetMinute(), current.GetSecond());
|
current.GetYear(), current.GetMonth(), current.GetDay(), current.GetHour(), current.GetMinute(), current.GetSecond());
|
||||||
|
|
||||||
// インターネット設定を元に戻す
|
|
||||||
RestoreCurrentInternetSetting();
|
|
||||||
s_NtpSyncSuccessed = true;
|
s_NtpSyncSuccessed = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -339,6 +337,9 @@ void NtpThreadFunc()
|
|||||||
s_NtpSyncSuccessed = false;
|
s_NtpSyncSuccessed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// インターネット設定を元に戻す
|
||||||
|
RestoreCurrentInternetSetting();
|
||||||
|
|
||||||
s_IsNtpThreadFinish = true;
|
s_IsNtpThreadFinish = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user