Skip to content

Commit

Permalink
EndpointF set nodeName
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Jan 21, 2024
1 parent 27020d8 commit 25cbc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RegistryServer/DbHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
Expand Down

0 comments on commit 25cbc47

Please sign in to comment.