summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index 2f25a87719a..ea5ec9092ad 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -284,8 +284,8 @@ public:
// Counter for unknown commands
static Counter64 unknownCommands;
- /** @return if command was found */
- static void runAgainstRegistered(const char* ns,
+ static void runAgainstRegistered(OperationContext* txn,
+ const char* ns,
BSONObj& jsobj,
BSONObjBuilder& anObjBuilder,
int queryOptions = 0);