forked from shaba/openuds
Fixed smartcard redirection on linux (forgot to add parameter in case of smartcards). Thanks to Virginio for reporting :-)
This commit is contained in:
parent
ed69006a84
commit
9089065069
Binary file not shown.
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user