]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: init sync env
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 29 Oct 2015 20:45:21 +0000 (13:45 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:25 +0000 (16:13 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_sync.cc

index 3899638ad7669451ab00402709e1f7d6dce122ff..b45a322749cf3b1613b25dddc9c3deef8ad6549d 100644 (file)
@@ -117,6 +117,8 @@ int RGWRemoteMetaLog::init()
     return ret;
   }
 
+  init_sync_env(&sync_env);
+
   return 0;
 }