summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_session_external_state_server_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authz_session_external_state_server_common.h')
-rw-r--r--src/mongo/db/auth/authz_session_external_state_server_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/auth/authz_session_external_state_server_common.h b/src/mongo/db/auth/authz_session_external_state_server_common.h
index 794024eeb78..cde8d3f1919 100644
--- a/src/mongo/db/auth/authz_session_external_state_server_common.h
+++ b/src/mongo/db/auth/authz_session_external_state_server_common.h
@@ -18,7 +18,6 @@
#include "mongo/base/disallow_copying.h"
#include "mongo/base/status.h"
-#include "mongo/db/auth/authorization_manager.h"
#include "mongo/db/auth/authz_session_external_state.h"
namespace mongo {
@@ -35,7 +34,7 @@ namespace mongo {
virtual bool shouldIgnoreAuthChecks() const;
protected:
- AuthzSessionExternalStateServerCommon(AuthorizationManager* authzManager);
+ AuthzSessionExternalStateServerCommon();
// Checks whether or not localhost connections should be given full access and stores the
// result in _allowLocalhost. Currently localhost connections are only given full access