[#1143] node: Fix frostfsid cache

* Fix `subjectFromSubjectExtended` converter.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-05-20 18:40:16 +03:00
parent 40b04c00ef
commit 2697d4d1fe

View file

@ -64,7 +64,7 @@ func subjectFromSubjectExtended(subjExt *client.SubjectExtended) *client.Subject
return &client.Subject{
PrimaryKey: subjExt.PrimaryKey,
AdditionalKeys: subjExt.AdditionalKeys,
Namespace: subjExt.Name,
Namespace: subjExt.Namespace,
Name: subjExt.Name,
KV: subjExt.KV,
}