GUACAMOLE-527: Correct issue with order of VNC SFTP settings.

This commit is contained in:
Nick Couchman 2018-10-16 09:27:45 -04:00
parent a1ba91b01d
commit 34c088882b

View File

@ -197,6 +197,11 @@ enum VNC_ARGS_IDX {
*/
IDX_SFTP_HOSTNAME,
/**
* The public SSH host key to identify the SFTP server.
*/
IDX_SFTP_HOST_KEY,
/**
* The port of the SSH server to connect to for SFTP. If blank, the default
* SSH port of "22" will be used.
@ -209,11 +214,6 @@ enum VNC_ARGS_IDX {
*/
IDX_SFTP_USERNAME,
/**
* The public SSH host key to identify the SFTP server.
*/
IDX_SFTP_HOST_KEY,
/**
* The password to provide when authenticating with the SSH server for
* SFTP (if not using a private key).