summaryrefslogtreecommitdiff
path: root/src/mongo/db/assemble_response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/assemble_response.h')
-rw-r--r--src/mongo/db/assemble_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/assemble_response.h b/src/mongo/db/assemble_response.h
index c8c71fd9aad..9a50dd52dd3 100644
--- a/src/mongo/db/assemble_response.h
+++ b/src/mongo/db/assemble_response.h
@@ -40,7 +40,7 @@ class OperationContext;
// to indicate that the call is on behalf of a DBDirectClient.
extern const HostAndPort kHostAndPortForDirectClient;
-void assembleResponse(OperationContext* txn,
+void assembleResponse(OperationContext* opCtx,
Message& m,
DbResponse& dbresponse,
const HostAndPort& client);