From: John Spray Date: Thu, 12 Jun 2014 11:30:35 +0000 (+0100) Subject: mon/MDSMonitor: fix incorrect comment X-Git-Tag: v0.84~164^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7f09c2c86dcd9ff4ed38e70c5d31478c422094d;p=ceph.git mon/MDSMonitor: fix incorrect comment Signed-off-by: John Spray --- diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index bcd527a5bf8..152c643bc12 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -854,7 +854,7 @@ bool MDSMonitor::prepare_command(MMonCommand *m) string prefix; cmd_getval(g_ceph_context, cmdmap, "prefix", prefix); - /* Refuse to execute if mon cluster unavailable */ + /* Refuse access if message not associated with a valid session */ MonSession *session = m->get_session(); if (!session) { mon->reply_command(m, -EACCES, "access denied", rdata, get_last_committed());