diff options
Diffstat (limited to 'src/rgw/services/svc_zone.cc')
-rw-r--r-- | src/rgw/services/svc_zone.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/services/svc_zone.cc b/src/rgw/services/svc_zone.cc index a9448b90cf2..321cf8781e4 100644 --- a/src/rgw/services/svc_zone.cc +++ b/src/rgw/services/svc_zone.cc @@ -184,7 +184,7 @@ int RGWSI_Zone::do_start(optional_yield y, const DoutPrefixProvider *dpp) set<rgw_zone_id> source_zones; set<rgw_zone_id> target_zones; - sync_policy_handler->reflect(nullptr, nullptr, + sync_policy_handler->reflect(dpp, nullptr, nullptr, nullptr, nullptr, &source_zones, &target_zones, |