]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/Monitor.cc: replace inefficient usage of string::find() with compare()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 16 Sep 2015 11:40:45 +0000 (13:40 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 29 Jan 2016 20:51:17 +0000 (21:51 +0100)
commit0cb445733bb0265cf4d5eea8b7f9fe1f71dd01f4
treef7c1b804c57b709126e56899e8057e44ec98e007
parent1f262a1235faf6d41233470a5db8be74a388eb3e
mon/Monitor.cc: replace inefficient usage of string::find() with compare()

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/mon/Monitor.cc