]> git.eshelyaron.com Git - emacs.git/commit
Make async connect_network_socket failures use Qfailed
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Feb 2022 23:26:25 +0000 (00:26 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Feb 2022 23:26:25 +0000 (00:26 +0100)
commit0d36eaa7c6112ee4fb86f7cbf578a7ba0b5dc331
tree8f2cf720545a6271410e56c02856cff2eed1ce1f
parentdcb3b85ec7689a032a308951203f4fa98f93a7a5
Make async connect_network_socket failures use Qfailed

* src/process.c (connect_network_socket): Mark the process as
Qfailed instead of using the error symbol (since this is what's
defined for the status) (bug#53814).
src/process.c