Merge pull request #234 from embhorn/prop_fix

Fix build error in Handle_Props
pull/236/head
David Garske 2021-09-25 09:04:26 -07:00 committed by GitHub
commit 456ac9e24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ static int Handle_Props(MqttClient* client, MqttProp* props)
rc = rc_err;
}
}
#else
(void)client;
#endif
/* Free the properties */
MqttProps_Free(props);