]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: fix typo in C_Stats
authorSage Weil <sage@inktank.com>
Fri, 8 Feb 2013 17:59:25 +0000 (09:59 -0800)
committerSage Weil <sage@inktank.com>
Tue, 12 Feb 2013 22:15:32 +0000 (14:15 -0800)
Broken by previous commit.

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 3cf3710be0b4cccc8de152a97be50d983c35116d)

src/mon/PGMonitor.h

index 5db1744111d5cfd5ffc5a1b01139082d1aa9cfe1..c150e157b9dd57e1107f80338786374185a2e4ad 100644 (file)
@@ -78,7 +78,7 @@ private:
        ack->put();
       } else {
        ack->put();
-       dispatch(req);
+       pgmon->dispatch(req);
       }
     }    
   };