]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Fix bug in feature testing
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 8 Nov 2016 15:57:14 +0000 (10:57 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 17 Nov 2016 00:54:31 +0000 (19:54 -0500)
commit6e0685aefd049582ed29087c099e19aefbc1f693
tree8cf034004ae0e85d2d28aa6250757c4a53e3c780
parente0796fc553d5d1303e404236268cc2c762efc198
mon: Fix bug in feature testing

Since we're comparing against a bitmask, the boolean rather than bitwise
operator can't be right.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/mon/MDSMonitor.cc