Merge pull request #1845 from SBoyNumber1/DiskDrives
Removed autosharing of all disk drives during redirect of any drive.
This commit is contained in:
commit
04dc037666
@ -297,7 +297,6 @@ int freerdp_client_add_device_channel(rdpSettings* settings, int count, char** p
|
|||||||
if (count < 3)
|
if (count < 3)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
settings->RedirectDrives = TRUE;
|
|
||||||
settings->DeviceRedirection = TRUE;
|
settings->DeviceRedirection = TRUE;
|
||||||
|
|
||||||
drive = (RDPDR_DRIVE*) calloc(1, sizeof(RDPDR_DRIVE));
|
drive = (RDPDR_DRIVE*) calloc(1, sizeof(RDPDR_DRIVE));
|
||||||
|
Loading…
Reference in New Issue
Block a user