summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state.h
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-02-12 14:29:13 -0500
committerRandolph Tan <randolph@10gen.com>2014-02-13 10:32:17 -0500
commit211cac34e574f92cfdf60b7b35312c8a7934118a (patch)
tree0ac11abf133e7f1df357315d16e60bae28133cba /src/mongo/db/auth/authz_manager_external_state.h
parent78b5eeb13142f0d9bcb43e67848d5fec2f29366d (diff)
downloadmongo-211cac34e574f92cfdf60b7b35312c8a7934118a.tar.gz
SERVER-12664 Change nUpdated to nMatched in bulk api results
Diffstat (limited to 'src/mongo/db/auth/authz_manager_external_state.h')
-rw-r--r--src/mongo/db/auth/authz_manager_external_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authz_manager_external_state.h b/src/mongo/db/auth/authz_manager_external_state.h
index f233d8dc39c..22d1a56aab2 100644
--- a/src/mongo/db/auth/authz_manager_external_state.h
+++ b/src/mongo/db/auth/authz_manager_external_state.h
@@ -208,7 +208,7 @@ namespace mongo {
bool upsert,
bool multi,
const BSONObj& writeConcern,
- int* numUpdated) = 0;
+ int* nMatched) = 0;
/**
* Removes all documents matching "query" from "collectionName".