GUACAMOLE-527: Merge correction to order of SFTP parameters for VNC.
diff --git a/src/protocols/vnc/settings.c b/src/protocols/vnc/settings.c
index 587864a..8f65cfb 100644
--- a/src/protocols/vnc/settings.c
+++ b/src/protocols/vnc/settings.c
@@ -198,6 +198,11 @@
     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.
      */
@@ -210,11 +215,6 @@
     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).
      */