mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
No need to set cwd on Cygwin now, from Yuya Adachi.
This commit is contained in:
parent
2ad9caad3f
commit
83c96d2685
1 changed files with 0 additions and 1 deletions
|
|
@ -1203,7 +1203,6 @@ server_client_dispatch_identify(struct client *c, struct imsg *imsg)
|
|||
|
||||
#ifdef __CYGWIN__
|
||||
c->fd = open(c->ttyname, O_RDWR|O_NOCTTY);
|
||||
c->cwd = open(".", O_RDONLY);
|
||||
#endif
|
||||
|
||||
if (c->flags & CLIENT_CONTROL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue