diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2018-11-20 12:08:54 -0500 |
---|---|---|
committer | Gabriel Russell <gabriel.russell@mongodb.com> | 2018-11-30 15:26:43 -0500 |
commit | 6e69080522db3de57e93da6584d9a129fab7c6ae (patch) | |
tree | ff2bfa31db07d0f51bd45ec69b4ba463e60bf03f /src/mongo/db/audit.cpp | |
parent | d810141fdb3cd439abd97591fdfb79a4e544006d (diff) | |
download | mongo-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.cpp | 2 |
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, |