mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
explain fallthrough
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/* Fall through to store this payload in the REC file as well. */
|
||||
|
||||
#endif
|
||||
|
||||
mosquitto_sub_topic_tokens_free(&topics, count);
|
||||
|
||||
Reference in New Issue
Block a user