]> git.eshelyaron.com Git - emacs.git/commit
Fix previous make-network-process change
authorNoam Postavsky <npostavs@gmail.com>
Thu, 12 Jul 2018 23:41:03 +0000 (19:41 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 12 Jul 2018 23:43:00 +0000 (19:43 -0400)
commit5cc7c4b48a2d6eca5d14d12b1cd258bf9cabde74
tree2f0c171f70723cbab1ffb7b2696b5fe01814804f
parentd6a1b69cf39533763bdfe81b33a54cb6afa0e7f2
Fix previous make-network-process change

* src/process.c (Fmake_network_process): On 2018-07-09 "Explicitly
reject :server and :nowait (Bug#31903)", the sense of the SERVER check
was accidentally reversed so that we ended up looking for the wrong
ADDRESS.  Reported by T.V Raman in
<https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00437.html>.
src/process.c