xfreerdp: fix for endless loop with --from-stdin
authorBernhard Miklautz <bernhard.miklautz@thinstuff.at>
Sun, 28 Oct 2012 00:10:07 +0000 (02:10 +0200)
committerBernhard Miklautz <bernhard.miklautz@thinstuff.at>
Sun, 28 Oct 2012 00:15:55 +0000 (02:15 +0200)
commit4d870b942199675416093689225cdb123cd51c1d
tree443dfb03f2dabaddf328f120b91af91e13c8a9fd
parent7a002270d87c4b336514df66ca711748508a91d8
xfreerdp: fix for endless loop with --from-stdin

If --from-stdin was used non-interactive (e.g. in a script
echoing connection parameters) xfreerdp looped endlessly
when a certificate needed to be trusted because
fgets returns eof.
Now a hint is printed that xfreerdp should be run without
--from-stdin to set the certificate trust.
client/X11/xfreerdp.c