summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_session_external_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/authz_session_external_state.h')
-rw-r--r--src/mongo/db/auth/authz_session_external_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authz_session_external_state.h b/src/mongo/db/auth/authz_session_external_state.h
index 5ce7ab155ed..ba43be8050b 100644
--- a/src/mongo/db/auth/authz_session_external_state.h
+++ b/src/mongo/db/auth/authz_session_external_state.h
@@ -73,7 +73,7 @@ public:
// Should be called at the beginning of every new request. This performs the checks
// necessary to determine if localhost connections should be given full access.
- virtual void startRequest(OperationContext* txn) = 0;
+ virtual void startRequest(OperationContext* opCtx) = 0;
protected:
// This class should never be instantiated directly.