...chknode is returning a hostname again

This commit is contained in:
Dan Mills 2009-02-11 19:21:06 -08:00
Родитель 5a2bbe124d
Коммит a93ff9780c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -444,7 +444,7 @@ WeaveSvc.prototype = {
ret = true;
} else if (res.lastChannel.responseStatus == 200) {
this.clusterURL = res.data;
this.clusterURL = 'https://' + res.data + '/';
ret = true;
}
self.done(ret);