]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: pubsub: fix encoding of json config
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 28 Jul 2018 00:30:24 +0000 (17:30 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 11 Dec 2018 08:10:43 +0000 (00:10 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_sync_module_pubsub.cc

index 3a0de9f570d246edf7aa0e27084e06daf16e2b8d..b162fbaa2beb9a4cbe6b83583ddb89a3975b33f5 100644 (file)
@@ -193,7 +193,7 @@ struct PSConfig {
     encode_json("id", id, f);
     encode_json("user", user, f);
     encode_json("data_bucket_prefix", data_bucket_prefix, f);
-    encode_json("data_oid_prefix", data_bucket_prefix, f);
+    encode_json("data_oid_prefix", data_oid_prefix, f);
     encode_json("events_retention_days", events_retention_days, f);
     encode_json("sync_instance", sync_instance, f);
     encode_json("max_id", max_id, f);