1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2015-07-17 10:01:09 +01:00
commit b886393042

View File

@ -95,6 +95,7 @@ server_client_create(int fd)
environ_init(&c->environ); environ_init(&c->environ);
c->fd = -1;
c->cwd = -1; c->cwd = -1;
c->cmdq = cmdq_new(c); c->cmdq = cmdq_new(c);