]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0689: when using getaddrinfo() the error message is unclear v8.2.0689
authorBram Moolenaar <Bram@vim.org>
Sun, 3 May 2020 15:03:29 +0000 (17:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 May 2020 15:03:29 +0000 (17:03 +0200)
commita38b2b737e244eb2e4f199e070b05f86f4d433d4
tree3c4526319424926d16bc78b7440208280458ee77
parent647a530b33d9d767f591159c24c62de48e57dad7
patch 8.2.0689: when using getaddrinfo() the error message is unclear

Problem:    When using getaddrinfo() the error message is unclear.
Solution:   Use gai_strerror() to get the message. (Ozaki Kiichi,
            closes #6034)
src/channel.c
src/version.c