From 996e5c478aa0d6476a285cbe3651d2681bf66d0b Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 11 Nov 2015 21:29:50 +0100 Subject: [PATCH] explain fallthrough --- recorder.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recorder.c b/recorder.c index 71efaf6..b128046 100644 --- a/recorder.c +++ b/recorder.c @@ -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);