forked from TrueCloudLab/frostfs-node
[#1143] node: Fix frostfsid cache
* Fix `subjectFromSubjectExtended` converter. Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
40b04c00ef
commit
2697d4d1fe
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func subjectFromSubjectExtended(subjExt *client.SubjectExtended) *client.Subject
|
||||||
return &client.Subject{
|
return &client.Subject{
|
||||||
PrimaryKey: subjExt.PrimaryKey,
|
PrimaryKey: subjExt.PrimaryKey,
|
||||||
AdditionalKeys: subjExt.AdditionalKeys,
|
AdditionalKeys: subjExt.AdditionalKeys,
|
||||||
Namespace: subjExt.Name,
|
Namespace: subjExt.Namespace,
|
||||||
Name: subjExt.Name,
|
Name: subjExt.Name,
|
||||||
KV: subjExt.KV,
|
KV: subjExt.KV,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue