From 25cbc476e47c0eced49c57cfc65b32b42b988d4c Mon Sep 17 00:00:00 2001 From: ruanshudong Date: Sun, 21 Jan 2024 18:51:57 +0800 Subject: [PATCH] EndpointF set nodeName --- RegistryServer/DbHandle.cpp | 1 + tarscpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RegistryServer/DbHandle.cpp b/RegistryServer/DbHandle.cpp index 34f08c4..7f36939 100644 --- a/RegistryServer/DbHandle.cpp +++ b/RegistryServer/DbHandle.cpp @@ -1508,6 +1508,7 @@ int CDbHandle::loadObjectIdCache(const bool bRecoverProtect, const int iRecoverP epf.istcp = TC_Endpoint::TCP; } + epf.nodeName = TC_Common::trim(res[i]["node_name"]); epf.authType = ep.getAuthType(); epf.grouprealid = getGroupId(epf.host); string ip_group_name = TC_Common::trim(res[i]["ip_group_name"]); diff --git a/tarscpp b/tarscpp index e4c873f..b8354c6 160000 --- a/tarscpp +++ b/tarscpp @@ -1 +1 @@ -Subproject commit e4c873f59aef09eec1f92017c0539e5ea48a7fb4 +Subproject commit b8354c6b03a60f04c4e95f14a82b23a5d993afeb