Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functions returning IoT_Error_t type are declared with char as returning type #58

Closed
nelsonpina opened this issue Dec 8, 2016 · 2 comments
Assignees

Comments

@nelsonpina
Copy link

static char _aws_iot_mqtt_internal_is_topic_matched(char *pTopicFilter, char *pTopicName, uint16_t topicNameLen) {

char *curf, *curn, *curn_end;

if(NULL == pTopicFilter || NULL == pTopicName) {
	return NULL_VALUE_ERROR;
}
@chaurah
Copy link
Contributor

chaurah commented Dec 8, 2016

Hi @nelsonpina,
Thank you for pointing this out. I have added this to our internal list of fixes to be made before the next release. Please do let us know if you find any further issues.

Rahul

@fedex03
Copy link

fedex03 commented Aug 21, 2017

Any news about this issue?

How can I fix it?

Thanks!

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

No branches or pull requests

4 participants