Fixed bug with assistance buffer parsing: `freerdp_assistance_parse_file_buffer`...
authorodednoam <oded@no.am>
Thu, 5 Nov 2020 10:58:47 +0000 (12:58 +0200)
committerakallabeth <akallabeth@users.noreply.github.com>
Thu, 25 Feb 2021 08:51:41 +0000 (09:51 +0100)
commita8326f9d4aff24eafa6a481f99c2d7daafab418d
treee2889a690447c17a04fd154cea634de4642c5a4e
parent2d84387fcd3787af6294509d166d746c83d0acf5
Fixed bug with assistance buffer parsing: `freerdp_assistance_parse_file_buffer` may be called directly, not necessarily from `freerdp_assistance_parse_file`, so password should be saved to the `rdpAssistanceFile` in `freerdp_assistance_parse_file_buffer`.

(cherry picked from commit 0dc9b18cdea8dce172fdc34be067b07a846594d0)
libfreerdp/common/assistance.c