Skip to content

Commit

Permalink
Merge pull request #112 from IntelLabs/fix_descriptor_resp_bug
Browse files Browse the repository at this point in the history
Fix bug in responses for DescriptorsCommand
  • Loading branch information
luisremis authored Jul 2, 2019
2 parents 10751b6 + 0d1e062 commit 12e4bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DescriptorsCommand.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Json::Value AddDescriptorSet::construct_responses(
};

if (resp["status"] != RSCommand::Success) {
error(resp);
return error(resp);
}

int dimensions = cmd["dimensions"].asInt();
Expand Down

0 comments on commit 12e4bdb

Please sign in to comment.