summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/shutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/shutdown.h')
-rw-r--r--src/mongo/db/commands/shutdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/shutdown.h b/src/mongo/db/commands/shutdown.h
index 446c78632e0..373eb4a007e 100644
--- a/src/mongo/db/commands/shutdown.h
+++ b/src/mongo/db/commands/shutdown.h
@@ -86,7 +86,7 @@ public:
private:
NamespaceString ns() const override {
- return NamespaceString(Base::request().getDbName(), "");
+ return NamespaceString(Base::request().getDbName());
}
bool supportsWriteConcern() const override {