commit | 08298fa1d3e32c2af476582792fc4f70cd57a59a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 13:01:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 13:01:53 2016 +0100 |
tree | 29b7c778befe6ba20e3e8cf4a485fba971b755b4 | |
parent | decb14d68c3e3736566466aed2190f1d1cab587a [diff] [blame] |
patch 7.4.1377 Problem: Test_connect_waittime() is flaky. Solution: Ignore the "Connection reset by peer" error.
diff --git a/src/version.c b/src/version.c index bc8003e..44f80f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1377, +/**/ 1376, /**/ 1375,