diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-11 13:59:01 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-11 13:59:01 +0200 |
| commit | 7735ded57fbb5834efc2f6185fb668ec70923e7f (patch) | |
| tree | 84cda872968412e0fbb0de5c90977dd489bfec1a /src/subscribe.c | |
| parent | e2e32a1410331f2c478d61b3ecd0a0baf4aec511 (diff) | |
| download | use-mosquitto-master.tar.gz use-mosquitto-master.tar.bz2 use-mosquitto-master.zip | |
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 3d8611e..d612b02 100644 --- a/src/subscribe.c +++ b/src/subscribe.c | |||
| @@ -72,7 +72,7 @@ main(void) | |||
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | mqtt_handle_messages(client, | 74 | mqtt_handle_messages(client, |
| 75 | (const char *[]){ TOPIC, "testtopic", NULL }, | 75 | (const char *[]){ TOPIC, TOPIC2, NULL }, |
| 76 | callback, | 76 | callback, |
| 77 | &terminate); | 77 | &terminate); |
| 78 | 78 | ||
