ceph-monstore-tool: shut up coverity

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-08-20 22:44:43 -07:00
parent 123f79bea8
commit 9242d01cc0

View File

@ -214,6 +214,7 @@ int main(int argc, char **argv) {
} else if (cmd == "compact") {
st.compact();
} else if (cmd == "getmonmap") {
assert(fd >= 0);
if (!store_path.size()) {
std::cerr << "need mon store path" << std::endl;
std::cerr << desc << std::endl;