summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/generic.cpp')
-rw-r--r--src/mongo/db/commands/generic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/generic.cpp b/src/mongo/db/commands/generic.cpp
index 57e96ac75c7..f554498bfbf 100644
--- a/src/mongo/db/commands/generic.cpp
+++ b/src/mongo/db/commands/generic.cpp
@@ -310,7 +310,7 @@ public:
namespace {
MONGO_FP_DECLARE(crashOnShutdown);
-int* volatile illegalAddress;
+int* volatile illegalAddress; // NOLINT - used for fail point only
} // namespace
void CmdShutdown::addRequiredPrivileges(const std::string& dbname,