]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: wrongly passed in argument for stat command 6476/head
authorxiexingguo <258156334@qq.com>
Thu, 5 Nov 2015 14:59:00 +0000 (22:59 +0800)
committerxiexingguo <258156334@qq.com>
Thu, 5 Nov 2015 14:59:00 +0000 (22:59 +0800)
commit508bd8771db2f97bbf1ea379d7baf67be62a1f10
tree48366737f108a1be814c603f121332f1317473c2
parentd7fe0ca7e719acc96e4fb81d273b07c2d8cd6490
librados: wrongly passed in argument for stat command

The first argument of io_ctx_impl->stat() requires an obj(of type object_t), but an oid(of type string) is directly passed in instead.
Fixes: #13703
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/librados/librados.cc