mbox

[PULL,for-2.4,0/1] vnc: fix vnc client authentication

Message ID 1436881196-16444-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-vnc-20150714-1

Message

Gerd Hoffmann July 14, 2015, 1:39 p.m. UTC
Hi,

Here comes the vnc queue with a single one-line fix.

please pull,
  Gerd

The following changes since commit 6169b60285fe1ff730d840a49527e721bfb30899:

  Update version for v2.4.0-rc0 release (2015-07-09 17:56:56 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-vnc-20150714-1

for you to fetch changes up to a16951375f7669b7faf27f72ca753e25325c5179:

  vnc: fix vnc client authentication (2015-07-14 15:33:48 +0200)

----------------------------------------------------------------
vnc: fix vnc client authentication

----------------------------------------------------------------
Wolfgang Bumiller (1):
      vnc: fix vnc client authentication

 ui/vnc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vasiliy Tolstov July 14, 2015, 1:59 p.m. UTC | #1
2015-07-14 16:39 GMT+03:00 Gerd Hoffmann <kraxel@redhat.com>:
>
> Here comes the vnc queue with a single one-line fix.
>
> please pull,
>   Gerd
>
> The following changes since commit 6169b60285fe1ff730d840a49527e721bfb30899:
>
>   Update version for v2.4.0-rc0 release (2015-07-09 17:56:56 +0100)


Thanks! This vnc patch fix my issue.
Peter Maydell July 14, 2015, 2:24 p.m. UTC | #2
On 14 July 2015 at 14:39, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the vnc queue with a single one-line fix.
>
> please pull,
>   Gerd
>
> The following changes since commit 6169b60285fe1ff730d840a49527e721bfb30899:
>
>   Update version for v2.4.0-rc0 release (2015-07-09 17:56:56 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-vnc-20150714-1
>
> for you to fetch changes up to a16951375f7669b7faf27f72ca753e25325c5179:
>
>   vnc: fix vnc client authentication (2015-07-14 15:33:48 +0200)
>
> ----------------------------------------------------------------
> vnc: fix vnc client authentication

Applied, thanks.

-- PMM