1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)

This commit is contained in:
Adolfo Gómez 2013-06-04 14:07:58 +00:00
parent ed69006a84
commit 9089065069
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -95,7 +95,7 @@ public class LinuxApplet implements OsApplet {
exec.add("-g" + width + "x" + height);
if (redirectSmartcards)
exec.add("-r scard");
exec.add("-rscard");
exec.add("-TUDS-RDP");
exec.add("-P");