Add Children in merkletree generate

This field was missing and should be provided.

PiperOrigin-RevId: 367474481
This commit is contained in:
Chong Cai 2021-04-08 11:43:46 -07:00 committed by gVisor bot
parent 9e4a1e31d4
commit ffeb2a2f54
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ func Generate(params *GenerateParams) ([]byte, error) {
Mode: params.Mode,
UID: params.UID,
GID: params.GID,
Children: params.Children,
SymlinkTarget: params.SymlinkTarget,
}