From b7f09c2c86dcd9ff4ed38e70c5d31478c422094d Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 12 Jun 2014 12:30:35 +0100 Subject: [PATCH] mon/MDSMonitor: fix incorrect comment Signed-off-by: John Spray --- src/mon/MDSMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.47.3