commit | 6bffdf0f83263bad1dd2187c533758d7cb6f5bcf | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Oct 07 11:50:24 2010 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Dec 09 14:23:24 2010 +0100 |
tree | 86dc5e5ae3bdf6d7f25b731984d01bc20afa6d2f | |
parent | cb42a870c3f5b38911b1428cb785dd702bc47d0f [diff] |
vnc: auth reject cleanup protocol_client_auth_vnc() has two places where the auth can fail, with identical code sending the reject message to the client. Move the common code to the end of the function and make both error paths jump there. No functional change. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>