Skip to content

Commit

Permalink
fix coverity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Feb 21, 2024
1 parent b5c6c06 commit 60f9edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ds/d500/hw_monitor_extended_buffers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ namespace librealsense
return extended_receive(cmd, p_response, locked_transfer);
case hwm_buffer_type::extended_send:
extended_send(cmd, p_response, locked_transfer);
break;
default:
return std::vector<uint8_t>();
}
Expand Down

0 comments on commit 60f9edd

Please sign in to comment.