Skip to content

Commit 6749272

Browse files
adamchelkay-kim
authored andcommitted
trivial: remove duplicate member in OP_REPLY struct
Signed-off-by: kay <[email protected]>
1 parent c184f05 commit 6749272

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/reference/mongodb-wire-protocol.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ The ``OP_REPLY`` message is sent by the database in response to an
724724
int64 cursorID; // cursor id if client needs to do get more's
725725
int32 startingFrom; // where in the cursor this reply is starting
726726
int32 numberReturned; // number of documents in the reply
727-
int32 numberReturned; // number of documents in the reply
728727
document* documents; // documents
729728
}
730729

0 commit comments

Comments
 (0)