From 38f1a22d9d00e1ca73fc744b58c335f58d32d5ee Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 12 Sep 2015 14:40:19 +0200 Subject: [PATCH] use correct hostname --- ot-recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot-recorder.c b/ot-recorder.c index 4b59277..e52ea09 100644 --- a/ot-recorder.c +++ b/ot-recorder.c @@ -874,7 +874,7 @@ int main(int argc, char **argv) if (hosted) { char tmp[BUFSIZ]; - hostname = strdup("hosted.owntracks.org"); + hostname = strdup("hosted-mqtt.owntracks.org"); port = 8883; if ((username = getenv("OTR_USER")) == NULL) {