Skip to content

Commit

Permalink
gated_option, skipping gate if unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Oct 19, 2022
1 parent 52aff4d commit 45bc785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option.h
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ namespace librealsense
{
auto strong = gated.first.lock();
if (!strong)
return;
continue;
auto val = strong->query();
if (val)
{
Expand Down

0 comments on commit 45bc785

Please sign in to comment.