node: Fix frostfsid cache #1143
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