On 1/25/19 12:07 AM, Eli Zaretskii wrote: >> From: Mathew Handugan >> Date: Fri, 18 Jan 2019 22:52:41 -0800 >> >> Git commit be9e60fc3c43cc49cc5d749924c3e96737ae297c causes accepted sockets to store 't as :host >> instead of the string-formatted peer IP address. >> >> This manifests as >> (process-contact proc) >> returning something like >> (t 55269) >> >> instead of the expected: >> ("192.168.2.13" 55269) > Thanks. Paul, could you please take a look at this? Thanks for reporting the bug, especially the test case. I reproduce the problem and fixed it by installing the attached patch into the emacs-26 branch on Savannah.