commit | 81661fb86801e6d6e5194b43dfd27d73fcc016ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 22:23:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 22:23:34 2016 +0100 |
tree | 7aa3fcc1a790e4b97c17a2515950ac4fdd1e436d | |
parent | ec70bdd68a531762a62728747ab529d7a6dfc842 [diff] [blame] |
patch 7.4.1351 Problem: When the port isn't opened yet when ch_open() is called it may fail instead of waiting for the specified time. Solution: Loop when select() succeeds but when connect() failed. Also use channel logging for jobs. Add ch_log().
diff --git a/src/version.c b/src/version.c index 8dcd9e3..7165228 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1351, +/**/ 1350, /**/ 1349,