commit | 42bc6dde46f1b52476cc84ee89277f981b4116c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:48:47 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:48:47 2016 +0100 |
tree | 83f429114682e320ea898aa7a6a09395b3993044 | |
parent | 51d1d536802b5d8232d47e56f165ba8a009529b5 [diff] [blame] |
patch 7.4.1469 Problem: Channel test sometimes fails, especially on OS/X. (Kazunobu Kuriyama) Solution: Change the && into ||, call getsockopt() in more situations. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 0d32734..eef7eeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1469, +/**/ 1468, /**/ 1467,