]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
MOSDPGRepScrub: Fix typo in MOSDPGRepScrub
authorSamuel Just <samuel.just@dreamhost.com>
Thu, 22 Dec 2011 23:17:22 +0000 (15:17 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Thu, 22 Dec 2011 23:18:20 +0000 (15:18 -0800)
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/messages/MOSDRepScrub.h

index 048d0b75e809a666d446b43faf76ca69cd05145c..c959c576b0006cf8b97fc51d6316569360025812 100644 (file)
@@ -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);