зеркало из https://github.com/mozilla/pjs.git
Bug 371877: networks.txt file written with server "name" instead of "hostname", r=silver
This commit is contained in:
Родитель
bd4690c0c8
Коммит
9a67f37181
|
@ -199,7 +199,7 @@ function networksSyncToList()
|
|||
// ...and add a new one if it isn't found.
|
||||
if (listServ == null)
|
||||
{
|
||||
listServ = { name: serv.hostname, port: serv.port,
|
||||
listServ = { hostname: serv.hostname, port: serv.port,
|
||||
isSecure: serv.isSecure, password: null };
|
||||
listNet.servers.push(listServ);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче