use correct hostname

This commit is contained in:
Jan-Piet Mens
2015-09-12 14:40:19 +02:00
parent 69397a09dd
commit 38f1a22d9d

View File

@@ -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) {