Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-01-17 18:01:21 +00:00
4 changed files with 13 additions and 3 deletions

View File

@ -126,6 +126,8 @@ retry:
log_debug("connect failed: %s", strerror(errno));
if (errno != ECONNREFUSED && errno != ENOENT)
goto failed;
if (flags & CLIENT_NOSTARTSERVER)
goto failed;
if (~flags & CLIENT_STARTSERVER)
goto failed;
close(fd);