GUACAMOLE-1103: Merge fix the incorrect comment on enable_sftp variable in RDP

This commit is contained in:
Virtually Nick 2020-06-17 14:10:16 -04:00 committed by GitHub
commit 72489d5690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;