]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: dont forget to call exec_start
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 15 Dec 2015 00:27:03 +0000 (19:27 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:06:44 +0000 (12:06 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/librgw.cc

index 091d18a020e3dc37091afb09d1d59253d3d59702..dd64df16ddc5c07fbee4ee6cdd85732d6cf75d17 100644 (file)
@@ -364,6 +364,7 @@ int start_continued_request(RGWLibContinuedReq* req)
   }
 
   op->pre_exec();
+  req->exec_start();
 
 done:
   return ret;