]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: avoid str copy in parse 25640/head
authorJos Collin <jcollin@redhat.com>
Thu, 20 Dec 2018 15:20:33 +0000 (20:50 +0530)
committerJos Collin <jcollin@redhat.com>
Sat, 29 Dec 2018 14:33:39 +0000 (20:03 +0530)
commit2805f34f3995e5f7e315a49cf3c459467f3a88f4
tree7371bd551a6ea6ad1328bae7d60f59f8c63335fc
parent0b25b6416a1da3a754af5d579c576c1faf4634b6
mon: avoid str copy in parse

Avoids the input string copy.
It doesn't make any difference when the input string is copied.

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/mon/MonCap.cc