my source doesn't quite look like that.... but I moved the #ifdef down a line
and it builds fine
THANKS GUYS, KEEP UP THE GREAT WORK!
#ifdef ENABLE_COMMON_SSH <-- from here
guac_rdp_settings* settings = rdp_client->settings;
<-- to here
/* If SFTP is enabled and SFTP uploads have not been disabled, it should
be
* used for default uploads only if RDPDR is not enabled or its upload
* directory has been set */
if (rdp_client->sftp_filesystem != NULL &&
!settings->sftp_disable_upload) {
if (!settings->drive_enabled || settings->sftp_directory != NULL)
return guac_rdp_sftp_file_handler(user, stream, mimetype,
filename);
}
#endif
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]