Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not crash if RDP is selected after regular GUI startup failed (#23…
…26410) The ask_rd_question() function returns not only the credentials tuple, but also the "use remote desktop" flag. We correctly handled that in the regular case where we ask for user password if user selected RDP instead of text mode. But we missed that in the harder to test case where RDP is suggested as an option to the user after regular locally running GUI startup fails. Oops! :P So handle the extra value and avoid the crash. :) Resolves: rhbz#2326410
- Loading branch information