Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Sep 2010 00:32:09 +0000 (02:32 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 25 Sep 2010 00:32:09 +0000 (02:32 +0200)
commitba3033ee40a7e4bad9bf7df5a2fc06046b5df08a
treebb8be2b545ca535e0000d2c4313dd4974fde17c7
parent61b1af828927139930086a12ef20ff144f82e635
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".

* lisp/server.el (server-start): Revert part of 2010-08-08 change.  Using
  address 127.0.0.1 for local host is now done in Fmake_network_process.
* src/process.c (Fmake_network_process): When arg :host is 'local,
  use address 127.0.0.1, not name "localhost".
lisp/ChangeLog
lisp/server.el
src/ChangeLog
src/process.c