mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
mqtt: make NOSTATE get within the debug name array
This commit is contained in:
parent
bae87dc0d9
commit
10fece336f
2 changed files with 4 additions and 2 deletions
|
|
@ -388,7 +388,9 @@ static const char *statenames[]={
|
|||
"MQTT_SUBACK",
|
||||
"MQTT_SUBACK_COMING",
|
||||
"MQTT_PUBWAIT",
|
||||
"MQTT_PUB_REMAIN"
|
||||
"MQTT_PUB_REMAIN",
|
||||
|
||||
"NOT A STATE"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue