fakegreet: reset state on errors Some greeters were sending CancelSession in response to Error, likely because it was necessary for a consistent internal state of fakegreet. Change fakegreet to comply with the protocol doc, which states that the sessions are automatically cancelled on error, and remove the need for the redundant CancelSession.
1 files changed, 4 insertions(+), 0 deletions(-) M fakegreet/src/main.rs
M fakegreet/src/main.rs => fakegreet/src/main.rs +4 -0