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-05-30 12:11:15 +00:00
parent c733822caf
commit f16de6baf7

View File

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