GUACAMOLE-527: Correct names of parameters coming from client.

This commit is contained in:
Nick Couchman 2018-04-06 06:33:24 -04:00 committed by Nick Couchman
parent 5bb616832e
commit ec4315dfbe

View File

@ -32,8 +32,8 @@
/* Client plugin arguments */ /* Client plugin arguments */
const char* GUAC_SSH_CLIENT_ARGS[] = { const char* GUAC_SSH_CLIENT_ARGS[] = {
"hostname", "hostname",
"host_key_type", "host-key-type",
"host_key", "host-key",
"port", "port",
"username", "username",
"password", "password",