Unverified Commit e0f142d5 authored by Ian Craggs's avatar Ian Craggs Committed by GitHub

Merge pull request #498 from kbogucki/reason-code-fix

Compilation fix: using enum SUCCESS instead of MQTTASYNC_SUCCESS
parents 3e0489fd 30318fc2
...@@ -1111,7 +1111,7 @@ typedef struct ...@@ -1111,7 +1111,7 @@ typedef struct
MQTTAsync_onFailure5* onFailure5; MQTTAsync_onFailure5* onFailure5;
} MQTTAsync_disconnectOptions; } MQTTAsync_disconnectOptions;
#define MQTTAsync_disconnectOptions_initializer { {'M', 'Q', 'T', 'D'}, 1, 0, NULL, NULL, NULL, MQTTProperties_initializer, MQTTASYNC_SUCCESS } #define MQTTAsync_disconnectOptions_initializer { {'M', 'Q', 'T', 'D'}, 1, 0, NULL, NULL, NULL, MQTTProperties_initializer, SUCCESS }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment