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{
|
||||
PrimaryKey: subjExt.PrimaryKey,
|
||||
AdditionalKeys: subjExt.AdditionalKeys,
|
||||
Namespace: subjExt.Name,
|
||||
Namespace: subjExt.Namespace,
|
||||
Name: subjExt.Name,
|
||||
KV: subjExt.KV,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue