mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 18:08:28 -07:00
explain fallthrough
This commit is contained in:
parent
a2a8010f30
commit
996e5c478a
@ -646,6 +646,8 @@ void on_message(struct mosquitto *mosq, void *userdata, const struct mosquitto_m
|
|||||||
store_gwvalue(UB(username), UB(device), now, "status", m->payload);
|
store_gwvalue(UB(username), UB(device), now, "status", m->payload);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fall through to store this payload in the REC file as well. */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mosquitto_sub_topic_tokens_free(&topics, count);
|
mosquitto_sub_topic_tokens_free(&topics, count);
|
||||||
|
Loading…
Reference in New Issue
Block a user