From 6d804810804e09c30b348ce7287ac175e41d7881 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 3 Nov 2024 22:07:54 +0100 Subject: publisher hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/subscribe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subscribe.c') diff --git a/src/subscribe.c b/src/subscribe.c index 82e7606..e7d5883 100644 --- a/src/subscribe.c +++ b/src/subscribe.c @@ -72,7 +72,7 @@ main(void) return EXIT_FAILURE; } - mqtt_run(client, (const char *[]){ TOPIC, NULL }, &terminate); + mqtt_run(client, (const char *[]){ TOPIC, "testtopic", NULL }, &terminate); mqtt_shutdown(client); -- cgit v1.3