cleanup externalSetup modes MINOR

This commit is contained in:
Aaron
2009-05-15 10:48:14 -04:00
parent 7a9f157a92
commit cb97e39f0f
4 changed files with 6 additions and 8 deletions

View File

@@ -655,8 +655,8 @@ namespace mongo {
}
void externalSetup( bool debug ){
initMongoJS( this , _context , _global , false, debug );
void externalSetup( bool master ){
initMongoJS( this , _context , _global , false, master );
}
void localConnect( const char * dbName ){