]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/hobject: fix the handling of non-printable chars when listing hobjects
authorRonen Friedman <rfriedma@redhat.com>
Tue, 6 Jul 2021 15:45:21 +0000 (15:45 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 6 Jul 2021 15:45:21 +0000 (15:45 +0000)
commit0b089f6b8725dc3687cde941b77b0df1cc5c2ef9
tree30d4657534cb799697640e4f82a24c8e67aa2bb0
parent91afa17c7309b85b1644bf24e769fd403cf2b22b
common/hobject: fix the handling of non-printable chars when listing hobjects

The 'char >= 127' test was always(*) false.

(*) ostensibly - compiler dependent

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/hobject.cc