summaryrefslogtreecommitdiff
path: root/src/mongo/executor/downconvert_find_and_getmore_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/downconvert_find_and_getmore_commands.h')
-rw-r--r--src/mongo/executor/downconvert_find_and_getmore_commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/executor/downconvert_find_and_getmore_commands.h b/src/mongo/executor/downconvert_find_and_getmore_commands.h
index dea13150ddd..d3f24f7331d 100644
--- a/src/mongo/executor/downconvert_find_and_getmore_commands.h
+++ b/src/mongo/executor/downconvert_find_and_getmore_commands.h
@@ -56,7 +56,7 @@ StatusWith<Message> downconvertFindCommandRequest(const RemoteCommandRequest& re
* find command response. The 'requestId' parameter is the messageId of the original OP_QUERY, and
* the 'cursorNamespace' is the full namespace of the collection the query ran on.
*/
-StatusWith<RemoteCommandResponse> upconvertLegacyQueryResponse(std::uint32_t requestId,
+StatusWith<RemoteCommandResponse> upconvertLegacyQueryResponse(std::int32_t requestId,
StringData cursorNamespace,
const Message& response);
@@ -73,7 +73,7 @@ StatusWith<Message> downconvertGetMoreCommandRequest(const RemoteCommandRequest&
* getMore command response. The 'requestId' parameter is the messageId of the original OP_GET_MORE,
* and the 'curesorNamespace' is the full namespace of the collection the original query ran on.
*/
-StatusWith<RemoteCommandResponse> upconvertLegacyGetMoreResponse(std::uint32_t requestId,
+StatusWith<RemoteCommandResponse> upconvertLegacyGetMoreResponse(std::int32_t requestId,
StringData cursorNamespace,
const Message& response);