From 94e41c58ddbfe49a41d06a58f9a6fc921a5608ac Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Aug 2018 23:12:41 +0200 Subject: [PATCH] ssrd: missing call to set_relays() --- ssr/host/burrow-ssrd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssr/host/burrow-ssrd.c b/ssr/host/burrow-ssrd.c index da650ad..5304260 100644 --- a/ssr/host/burrow-ssrd.c +++ b/ssr/host/burrow-ssrd.c @@ -159,6 +159,7 @@ static void mqtt_msg_callback(struct mosquitto *mosq UNUSED, void *obj UNUSED, c ssr_state &= ~8U; if (x) ssr_state |= 8; + set_relays(); } } -- 2.39.2