diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-11-03 22:07:54 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-11-03 22:07:54 +0100 |
| commit | 6d804810804e09c30b348ce7287ac175e41d7881 (patch) | |
| tree | e9cb4164bac336ab3af90dc01650e9d0972a2cc5 /src/subscribe.c | |
| parent | f15530cbfa7b2e344844a36e1a199301a81b6383 (diff) | |
| download | use-mosquitto-6d804810804e09c30b348ce7287ac175e41d7881.tar.gz use-mosquitto-6d804810804e09c30b348ce7287ac175e41d7881.tar.bz2 use-mosquitto-6d804810804e09c30b348ce7287ac175e41d7881.zip | |
publisher hinzugefügt
Diffstat (limited to 'src/subscribe.c')
| -rw-r--r-- | src/subscribe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 72 | return EXIT_FAILURE; | 72 | return EXIT_FAILURE; |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | mqtt_run(client, (const char *[]){ TOPIC, NULL }, &terminate); | 75 | mqtt_run(client, (const char *[]){ TOPIC, "testtopic", NULL }, &terminate); |
| 76 | 76 | ||
| 77 | mqtt_shutdown(client); | 77 | mqtt_shutdown(client); |
| 78 | 78 | ||
