]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix check_state call
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 19 Jun 2013 06:01:30 +0000 (23:01 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Wed, 19 Jun 2013 06:01:30 +0000 (23:01 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/cls/statelog/cls_statelog_client.cc

index 70e7ed6a22a1cf7e4e1301b7207519583b045697..2ba38686a08eb1fd5a910e43fb21f5fd26c33e47 100644 (file)
@@ -123,6 +123,6 @@ void cls_statelog_check_state(librados::ObjectOperation& op, const string& clien
 
   ::encode(call, inbl);
 
-  op.exec("statelog", "list", inbl, NULL);
+  op.exec("statelog", "check_state", inbl, NULL);
 }