GUACAMOLE-249: Comment out remaining usage of SVC.
This commit is contained in:
parent
554251cc72
commit
9b08a716d6
@ -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))
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user