mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Rename account-key -> api-key
This commit is contained in:
parent
ecc15f6022
commit
e1a5e08471
@ -191,7 +191,7 @@ static void handle_session_name_options(const char *name, __unused const char *v
|
|||||||
if (tmate_has_websocket())
|
if (tmate_has_websocket())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!strcmp(name, "tmate-account-key") ||
|
if (!strcmp(name, "tmate-api-key") ||
|
||||||
!strcmp(name, "tmate-session-name") ||
|
!strcmp(name, "tmate-session-name") ||
|
||||||
!strcmp(name, "tmate-session-name-ro")) {
|
!strcmp(name, "tmate-session-name-ro")) {
|
||||||
static bool warned;
|
static bool warned;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user