1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Fixed rdesktop folders redirection

This commit is contained in:
Adolfo Gómez 2013-05-14 17:38:55 +00:00
parent a4cc0a47f2
commit 45ad85025d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -107,7 +107,7 @@ public class LinuxApplet implements OsApplet {
} }
if( redirectDrives ) if( redirectDrives )
exec.add("-rdisk:home=\"" + home + "\""); exec.add("-rdisk:home=" + home);
if( redirectAudio ) if( redirectAudio )
exec.add("-rsound:local"); exec.add("-rsound:local");