mirror of
https://github.com/ceph/ceph
synced 2025-01-17 08:21:47 +00:00
MOSDPGRepScrub: Fix typo in MOSDPGRepScrub
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
This commit is contained in:
parent
9fc060c055
commit
decdc363f2
@ -50,7 +50,7 @@ public:
|
||||
}
|
||||
|
||||
void encode_payload(CephContext *cct) {
|
||||
header.version = 2
|
||||
header.version = 2;
|
||||
::encode(pgid, payload);
|
||||
::encode(scrub_from, payload);
|
||||
::encode(scrub_to, payload);
|
||||
|
Loading…
Reference in New Issue
Block a user