]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MonMap.cc: assign directly, no need to set to NULL before
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 14 May 2018 21:49:29 +0000 (23:49 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Jun 2018 21:14:15 +0000 (23:14 +0200)
commit48372e6287e926dd742019a65d9f4d7aa61858d0
tree23cebbf4570fd9af8aade002585aefbec70880a8
parent65d78fb588265580f2d62ba7cfbbdddf5281f915
mon/MonMap.cc: assign directly, no need to set to NULL before

Fix for:

[src/mon/MonMap.cc:367] -> [src/mon/MonMap.cc:368]: (style) Variable
 'hosts' is reassigned a value before the old one has been used.

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