mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-22 10:31:25 +02:00
Fix typo in ssh client
This commit is contained in:
parent
8123fa34f8
commit
e5ce3f04d2
@ -453,7 +453,7 @@ SSH_NEW_CHANNEL:
|
|||||||
ssh_get_error(session));
|
ssh_get_error(session));
|
||||||
return;
|
return;
|
||||||
case SSH_OK:
|
case SSH_OK:
|
||||||
tmate_debug("Session opened, initalizing tmate");
|
tmate_debug("Session opened, initializing tmate");
|
||||||
client->state = SSH_BOOTSTRAP;
|
client->state = SSH_BOOTSTRAP;
|
||||||
}
|
}
|
||||||
// fall through
|
// fall through
|
||||||
|
Loading…
x
Reference in New Issue
Block a user