1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-04 05:17:54 +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
rdptransport/java
jar
src/es/virtualcable/rdp

Binary file not shown.

View File

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