> Only way to force a specific type is to try for each type.

Thanks Armin.

I have a zsh script that generates the command line, assigns
it to a variable (cmd) and then eval/spawns it in the
background:
  eval $cmd &

I just changed this to be:
  mcmd="$cmd /sec:nla || $cmd /sec:rdp || $cmd /sec:tls"
  eval $mcmd &

and it seems to work.

-- Henrique

----

(I'll take a look at the source later, to check how easy it
would be to add this to freerdp :-)


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to