From fae0c3f0fa4d5dfbe2f4fb03715b60e9ce3e2d93 Mon Sep 17 00:00:00 2001 From: Jonathan Reams Date: Fri, 10 May 2019 10:43:42 -0400 Subject: SERVER-40841 Re-issue invalid test certificates --- src/mongo/shell/shell_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/shell') diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp index bd20f6bd632..325584765db 100644 --- a/src/mongo/shell/shell_options.cpp +++ b/src/mongo/shell/shell_options.cpp @@ -61,7 +61,7 @@ using std::vector; // SERVER-36807: Limit --setShellParameter to SetParameters we know we want to expose. const std::set kSetShellParameterWhitelist = { - "disabledSecureAllocatorDomains", + "disabledSecureAllocatorDomains", "newLineAfterPasswordPromptForTest", }; std::string getMongoShellHelp(StringData name, const moe::OptionSection& options) { -- cgit v1.2.1