]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: use clearer code structure 10192/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Jul 2016 23:09:56 +0000 (19:09 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Jul 2016 23:14:17 +0000 (19:14 -0400)
commitadba77e34c3fbf983d221729dd340afcc942778b
treebc133c894e12ca53ff0b36815d2f3683917a6893
parentfffb8fc0dbb07c3c9950b5da2bd743462b4db0d0
mon: use clearer code structure

The failed map is not changed in the first if, so the second if should be an
else.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/MDSMonitor.cc