1
1

exmpales: Init rc in ssh_server_fork

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-09-27 15:53:49 +02:00
родитель 12ec1fed2f
Коммит 7e6b540277

Просмотреть файл

@ -472,7 +472,8 @@ static int process_stderr(socket_t fd, int revents, void *userdata) {
} }
static void handle_session(ssh_event event, ssh_session session) { static void handle_session(ssh_event event, ssh_session session) {
int n, rc; int n;
int rc = 0;
/* Structure for storing the pty size. */ /* Structure for storing the pty size. */
struct winsize wsize = { struct winsize wsize = {