Skip to content
Snippets Groups Projects
Commit 477b3010 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

ui/vnc: fix handling of VNC_FEATURE_XVP


VNC_FEATURE_XVP was not shifted left before adding it to vs->features,
so it was never enabled; but it was also checked the wrong way with
a logical AND instead of vnc_has_feature.  Fix both places.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 0cb9c588
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment