]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: fix rados_pool_list when buf is null
authorSage Weil <sage@redhat.com>
Fri, 28 Apr 2017 03:02:25 +0000 (23:02 -0400)
committerSage Weil <sage@redhat.com>
Fri, 28 Apr 2017 03:02:25 +0000 (23:02 -0400)
commit97c5f7f6588860a2e2b6c5652e79f9354c3855b3
treee76d47087a585aed33be07bd1ce9838fce3235df
parentebabb5fe770b5eab053232beb42cb5ae923b3141
librados: fix rados_pool_list when buf is null

This was the original intent, but buf==NULL wasn't documented
and only half-way implemented.

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/rados/librados.h
src/librados/librados.cc
src/test/librados/pool.cc