summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_options.h
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@10gen.com>2013-10-18 18:22:30 -0400
committerShaun Verch <shaun.verch@10gen.com>2013-10-23 19:41:30 -0400
commit89218f62b7ad5114df7e956bec47b4c1f96f1fed (patch)
tree93a8e4deccf34642057a8d3e7a98b5093a8a9c73 /src/mongo/s/mongos_options.h
parent107978292c125ebb6674ad57548f1a4dc8f977d1 (diff)
downloadmongo-89218f62b7ad5114df7e956bec47b4c1f96f1fed.tar.gz
SERVER-11144 Do not call _exit directly in any options handling functions
Diffstat (limited to 'src/mongo/s/mongos_options.h')
-rw-r--r--src/mongo/s/mongos_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_options.h b/src/mongo/s/mongos_options.h
index 9784591f8f3..f558d407509 100644
--- a/src/mongo/s/mongos_options.h
+++ b/src/mongo/s/mongos_options.h
@@ -42,7 +42,7 @@ namespace mongo {
void printMongosHelp(const moe::OptionSection& options);
- Status handlePreValidationMongosOptions(const moe::Environment& params,
+ bool handlePreValidationMongosOptions(const moe::Environment& params,
const std::vector<std::string>& args);
Status storeMongosOptions(const moe::Environment& params, const std::vector<std::string>& args);