summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.cpp
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2018-11-20 12:08:54 -0500
committerGabriel Russell <gabriel.russell@mongodb.com>2018-11-30 15:26:43 -0500
commit6e69080522db3de57e93da6584d9a129fab7c6ae (patch)
treeff2bfa31db07d0f51bd45ec69b4ba463e60bf03f /src/mongo/db/audit.cpp
parentd810141fdb3cd439abd97591fdfb79a4e544006d (diff)
downloadmongo-6e69080522db3de57e93da6584d9a129fab7c6ae.tar.gz
SERVER-38056 enable building just some of the pieces of the enterprise module
Diffstat (limited to 'src/mongo/db/audit.cpp')
-rw-r--r--src/mongo/db/audit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/audit.cpp b/src/mongo/db/audit.cpp
index 9d85cac35c5..82f506d3acf 100644
--- a/src/mongo/db/audit.cpp
+++ b/src/mongo/db/audit.cpp
@@ -30,7 +30,7 @@
#include "mongo/db/audit.h"
-#if !MONGO_ENTERPRISE_VERSION
+#if !MONGO_ENTERPRISE_AUDIT
void mongo::audit::logAuthentication(Client* client,
StringData mechanism,