Skip to content

Commit

Permalink
Enable the recycle bin on rmdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Furano committed Dec 3, 2020
1 parent 5ab30b1 commit 115d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eosclient/eosgrpc/eosgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ func (c *Client) rmdir(ctx context.Context, uid, gid, path string) error {
msg.Id = new(erpc.MDId)
msg.Id.Path = []byte(path)
msg.Recursive = true
msg.Norecycle = true
msg.Norecycle = false

rq.Command = &erpc.NSRequest_Rm{Rm: msg}

Expand Down

0 comments on commit 115d36f

Please sign in to comment.