mirror of
https://github.com/zrepl/zrepl.git
synced 2025-05-30 22:57:27 +02:00
fix pruner: protobuf one-ofs require non-zero value, even if no public fields
This commit is contained in:
parent
e3be120d88
commit
ffe33aff3d
@ -295,7 +295,9 @@ fsloop:
|
|||||||
|
|
||||||
rcReq := &pdu.ReplicationCursorReq{
|
rcReq := &pdu.ReplicationCursorReq{
|
||||||
Filesystem: tfs.Path,
|
Filesystem: tfs.Path,
|
||||||
Op: &pdu.ReplicationCursorReq_Get{},
|
Op: &pdu.ReplicationCursorReq_Get{
|
||||||
|
Get: &pdu.ReplicationCursorReq_GetOp{},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
rc, err := receiver.ReplicationCursor(ctx, rcReq)
|
rc, err := receiver.ReplicationCursor(ctx, rcReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user