Skip to content

Commit

Permalink
Merge pull request #15331 from yonghengdexin735/wip-zzz-override
Browse files Browse the repository at this point in the history
mon: Add override for FsNewHandler::handle()

Reviewed-by: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin committed May 31, 2017
2 parents 760c5e4 + 3011b11 commit 13e7330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/FSCommands.cc
Expand Up @@ -90,7 +90,7 @@ class FsNewHandler : public FileSystemCommandHandler
FSMap &fsmap,
MonOpRequestRef op,
map<string, cmd_vartype> &cmdmap,
std::stringstream &ss)
std::stringstream &ss) override
{
string metadata_name;
cmd_getval(g_ceph_context, cmdmap, "metadata", metadata_name);
Expand Down

0 comments on commit 13e7330

Please sign in to comment.