summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_d.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2013-10-23 16:22:40 -0400
committerAndy Schwerin <schwerin@10gen.com>2013-10-23 16:22:40 -0400
commit74cdecee315cacadb46d5fe170ce392fb32f3df1 (patch)
treeb841c29954dbc11d1009b88eed17e45974f623c5 /src/mongo/db/auth/authz_manager_external_state_d.h
parentded1ee8af0efcd9b14cfdd336e6809da6f6da473 (diff)
downloadmongo-74cdecee315cacadb46d5fe170ce392fb32f3df1.tar.gz
SERVER-11275 Apply relevant oplog entries to authorization manager.
Also, reinitialize the AuthorizationManager's data structures after replication initial sync.
Diffstat (limited to 'src/mongo/db/auth/authz_manager_external_state_d.h')
-rw-r--r--src/mongo/db/auth/authz_manager_external_state_d.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/auth/authz_manager_external_state_d.h b/src/mongo/db/auth/authz_manager_external_state_d.h
index adb9d55a57e..19eaca3f50e 100644
--- a/src/mongo/db/auth/authz_manager_external_state_d.h
+++ b/src/mongo/db/auth/authz_manager_external_state_d.h
@@ -102,9 +102,7 @@ namespace mongo {
const char* ns,
const BSONObj& o,
BSONObj* o2,
- bool* b,
- bool fromMigrateUnused,
- const BSONObj* fullObjUnused);
+ bool* b);
protected:
virtual Status _findUser(const string& usersNamespace,