diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-01-09 01:45:11 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-01-09 01:45:33 -0500 |
commit | 51ca8ee218a8ed249a4cbbd406eeaf1e9af41b36 (patch) | |
tree | be7eeb41d60fa293c4e7d42730423f5cb94256e6 /tools | |
parent | b3f7712ce45b0b4ae046b0bbdc15a9371608fddd (diff) | |
download | mongo-51ca8ee218a8ed249a4cbbd406eeaf1e9af41b36.tar.gz |
FileAllocator cleaning
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.cpp b/tools/tool.cpp index 0491012b880..dfa5bb01211 100644 --- a/tools/tool.cpp +++ b/tools/tool.cpp @@ -203,7 +203,7 @@ namespace mongo { return -1; } - theFileAllocator().start(); + FileAllocator::get()->start(); } if ( _params.count( "db" ) ) |