GUACAMOLE-249: Comment out remaining usage of SVC.

This commit is contained in:
Michael Jumper 2019-09-21 20:59:04 -07:00
parent 554251cc72
commit 9b08a716d6
2 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,7 @@ BOOL rdp_freerdp_pre_connect(freerdp* instance) {
}
#if 0
/* Load SVC plugin instances for all static channels */
if (settings->svc_names != NULL) {
@ -216,6 +217,7 @@ BOOL rdp_freerdp_pre_connect(freerdp* instance) {
} while (*(++current) != NULL);
}
#endif
/* Load DRDYNVC plugin if required */
if (guac_rdp_load_drdynvc(instance->context, dvc_list))

View File

@ -23,7 +23,9 @@
#include "common/clipboard.h"
#include "rdp.h"
#include "rdp_fs.h"
#if 0
#include "rdp_svc.h"
#endif
#include "rdp_stream.h"
#include <freerdp/freerdp.h>