mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-24 11:41:27 +02:00
rpc: fix panic when parsing filesystem response
This commit is contained in:
parent
08370689c8
commit
9fdd1ea909
@ -245,7 +245,7 @@ func (c ByteStreamRPC) FilesystemRequest(r FilesystemRequest) (roots []Filesyste
|
||||
|
||||
roots = make([]Filesystem, 0)
|
||||
|
||||
if err = c.decoder.Decode(roots); err != nil {
|
||||
if err = c.decoder.Decode(&roots); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user