diff --git a/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h b/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h index bdb22baf..5e4d7833 100755 --- a/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h +++ b/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h @@ -9,9 +9,9 @@ #include "sharedFoundation/NetworkId.h" #include "sharedNetworkMessages/CustomerServiceCategory.h" #include - -extern "C" { #include "libxml/parser.h" +extern "C" { + } using namespace CSAssist; diff --git a/engine/server/library/serverUtility/src/shared/AdminAccountManager.cpp b/engine/server/library/serverUtility/src/shared/AdminAccountManager.cpp index 2f6d47ad..2118aa18 100755 --- a/engine/server/library/serverUtility/src/shared/AdminAccountManager.cpp +++ b/engine/server/library/serverUtility/src/shared/AdminAccountManager.cpp @@ -160,6 +160,7 @@ void AdminAccountManager::reload() DEBUG_FATAL(!ms_installed, ("AdminAccountManager not installed")); NOT_NULL(ms_dataTableName); DataTableManager::reload(*ms_dataTableName); + ms_adminTable = DataTableManager::getTable (ms_dataTableName->c_str(), true); } //-----------------------------------------------------------------------