summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/generic_servers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/generic_servers.cpp')
-rw-r--r--src/mongo/db/commands/generic_servers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/generic_servers.cpp b/src/mongo/db/commands/generic_servers.cpp
index 3fbaea7c2a1..8d53be28ef5 100644
--- a/src/mongo/db/commands/generic_servers.cpp
+++ b/src/mongo/db/commands/generic_servers.cpp
@@ -138,7 +138,7 @@ public:
} hostInfoCmd;
-MONGO_FP_DECLARE(crashOnShutdown);
+MONGO_FAIL_POINT_DEFINE(crashOnShutdown);
int* volatile illegalAddress; // NOLINT - used for fail point only
class CmdGetCmdLineOpts : public BasicCommand {