Skip to content

Fix bug in responses for DescriptorsCommand#112

Merged
luisremis merged 1 commit intodevelopfrom
fix_descriptor_resp_bug
Jul 2, 2019
Merged

Fix bug in responses for DescriptorsCommand#112
luisremis merged 1 commit intodevelopfrom
fix_descriptor_resp_bug

Conversation

@luisremis
Copy link
Copy Markdown
Contributor

No description provided.


if (resp["status"] != RSCommand::Success) {
error(resp);
return error(resp);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aah this one. I had caught it and forgotten to file a bug request last week. I think there was another spot where there was no return.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't find it anymore. But just scan through one more time. Wherever check_responses is used.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably remember this on the remove_api_layer PR, where this was a bug too but I already fixed.

@luisremis luisremis merged commit 12e4bdb into develop Jul 2, 2019
@luisremis luisremis deleted the fix_descriptor_resp_bug branch July 2, 2019 17:47
cwlacewe added a commit to cwlacewe/vdms that referenced this pull request Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants