mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Init local_log to -1.
This commit is contained in:
parent
87b418b13e
commit
0f0dd4a566
6
local.c
6
local.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: local.c,v 1.21 2007-11-25 10:56:22 nicm Exp $ */
|
/* $Id: local.c,v 1.22 2007-11-25 10:59:44 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -204,8 +204,8 @@ struct local_key local_keys[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* tty file descriptor and local terminal buffers. */
|
/* tty file descriptor and local terminal buffers. */
|
||||||
int local_fd;
|
int local_fd = -1;
|
||||||
int local_log;
|
int local_log = -1;
|
||||||
struct buffer *local_in;
|
struct buffer *local_in;
|
||||||
struct buffer *local_out;
|
struct buffer *local_out;
|
||||||
struct termios local_tio;
|
struct termios local_tio;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user