Commit 8563d5b31d1b1b43f3304ba59535b6b878c15a2d

Authored by Gerd Hoffmann
Committed by Anthony Liguori
1 parent 24cf0a6e

vnc: kill leftover debug statement.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
@@ -683,7 +683,7 @@ static int find_and_clear_dirty_height(struct VncSurface *s, @@ -683,7 +683,7 @@ static int find_and_clear_dirty_height(struct VncSurface *s,
683 { 683 {
684 int h; 684 int h;
685 685
686 - for (h = 1; h < (s->ds->height - y) && h < 1; h++) { 686 + for (h = 1; h < (s->ds->height - y); h++) {
687 int tmp_x; 687 int tmp_x;
688 if (!vnc_get_bit(s->dirty[y + h], last_x)) 688 if (!vnc_get_bit(s->dirty[y + h], last_x))
689 break; 689 break;