]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: switch to use ceph_assert instead of assert 42541/head
authorXiubo Li <xiubli@redhat.com>
Thu, 29 Jul 2021 09:14:41 +0000 (17:14 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 11 Aug 2021 02:17:19 +0000 (10:17 +0800)
commit56e92ee434d75e9be82217885ef5030f7bb3768c
tree3374c68b6d426f21470dfa7ae97542bf5839ef08
parentcf9d48ab7f32f9a4f17366cf3abf61d18e3984cd
client: switch to use ceph_assert instead of assert

If the -DNDEBUG was specified when build the code, the assert()
will do nothing.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc