From 4337476c6547106a94413e4dd6e4e5f633c94b0d Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 19 Jan 2012 05:45:05 +0000 Subject: [PATCH] =?UTF-8?q?ac:i=E3=81=AB=E6=8E=A5=E7=B6=9A=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@574 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/common/Util.cpp b/trunk/ConsoleDataMigration/sources/common/Util.cpp index 771ee9b..3227b92 100644 --- a/trunk/ConsoleDataMigration/sources/common/Util.cpp +++ b/trunk/ConsoleDataMigration/sources/common/Util.cpp @@ -370,7 +370,7 @@ nn::Result InitializeNetwork(void) nn::Result result; nn::ac::Config config; - result = nn::ac::Initialize(); + result = nn::ac::InitializeInternal(); COMMON_LOGGER_RESULT_IF_FAILED_WITH_LINE(result); // 接続要求用のパラメータを作成