diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-11 19:28:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-11 19:28:19 +0200 |
commit | c6a67c92bcbf4ef09063814af0c65d3e0585ada0 (patch) | |
tree | 18f83c1a956186d3928e772cbd5d4cca6b72423a /src/version.c | |
parent | c0c71e9d9813f025c5fc1ce84eae309843395199 (diff) | |
download | vim-git-8.2.1661.tar.gz |
patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addressesv8.2.1661
Problem: Cannot connect to 127.0.0.1 for host with only IPv6 addresses.
Solution: pass AI_V4MAPPED flag to getaddrinfo. (Filipe Brandenburger,
closes #6931)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 47b1e568c..77f17f621 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1661, +/**/ 1660, /**/ 1659, |