Skip to content

Commit 51bbf36

Browse files
committed
Fix build error
1 parent 77c912f commit 51bbf36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mongo/db/exec/projection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Status ProjectionStage::transform(WorkingSetMember* member) {
156156
timer.start();
157157

158158
// The default no-fast-path case.
159-
Status result;
159+
Status result = Status::OK();
160160
if (ProjectionStageParams::NO_FAST_PATH == _projImpl) {
161161
result = _exec->transform(member);
162162
} else {

0 commit comments

Comments
 (0)