GUACAMOLE-1103: Fixed the incorrect comment of the enable_sftp variable of the guac_rdp_settings structure.

This commit is contained in:
Jimmy 2020-06-17 23:01:13 +03:00
parent 9ca382e2aa
commit 2c2f372def

View File

@ -397,7 +397,7 @@ typedef struct guac_rdp_settings {
#ifdef ENABLE_COMMON_SSH
/**
* Whether SFTP should be enabled for the VNC connection.
* Whether SFTP should be enabled for the RDP connection.
*/
int enable_sftp;