summaryrefslogtreecommitdiff
path: root/src/subscribe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/subscribe.c')
-rw-r--r--src/subscribe.c2
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