summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/parameters.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2016-07-27 19:15:39 -0400
committerSpencer T Brody <spencer@mongodb.com>2016-07-27 19:23:00 -0400
commitcb494c749a04ef677c6ffbb6cd77458efeb46c25 (patch)
tree844ecc5fd56de3cafaab15906472c74d1f483b7b /src/mongo/db/commands/parameters.cpp
parent8921bd532db423bc50e65975663a4438e86d3fd8 (diff)
downloadmongo-cb494c749a04ef677c6ffbb6cd77458efeb46c25.tar.gz
Revert "SERVER-24780 Create audit log entry for setParameter command"
This reverts commit a6fcab0cf4cad4bfee1d65ca2b9bfe0b69970a8f.
Diffstat (limited to 'src/mongo/db/commands/parameters.cpp')
-rw-r--r--src/mongo/db/commands/parameters.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/parameters.cpp b/src/mongo/db/commands/parameters.cpp
index 5ba2f9f0781..1d2b49c8b53 100644
--- a/src/mongo/db/commands/parameters.cpp
+++ b/src/mongo/db/commands/parameters.cpp
@@ -37,7 +37,6 @@
#include "mongo/client/replica_set_monitor.h"
#include "mongo/client/sasl_client_authenticate.h"
#include "mongo/config.h"
-#include "mongo/db/audit.h"
#include "mongo/db/auth/authorization_manager.h"
#include "mongo/db/auth/internal_user_auth.h"
#include "mongo/db/commands.h"
@@ -233,7 +232,6 @@ public:
return false;
}
- audit::logSetParameter(ClientBasic::getCurrent(), parametersToSet);
return true;
}
} cmdSet;