From: Sage Weil Date: Fri, 8 Feb 2013 17:59:25 +0000 (-0800) Subject: mon: fix typo in C_Stats X-Git-Tag: v0.56.3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14fddc3ce85d3695aad9d3597f8f50dba5960a86;p=ceph.git mon: fix typo in C_Stats Broken by previous commit. Signed-off-by: Sage Weil (cherry picked from commit 3cf3710be0b4cccc8de152a97be50d983c35116d) --- diff --git a/src/mon/PGMonitor.h b/src/mon/PGMonitor.h index 5db1744111d5..c150e157b9dd 100644 --- a/src/mon/PGMonitor.h +++ b/src/mon/PGMonitor.h @@ -78,7 +78,7 @@ private: ack->put(); } else { ack->put(); - dispatch(req); + pgmon->dispatch(req); } } };