---
 server/tests/test_display_no_ssl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/tests/test_display_no_ssl.c 
b/server/tests/test_display_no_ssl.c
index be1c000..8d72dfd 100644
--- a/server/tests/test_display_no_ssl.c
+++ b/server/tests/test_display_no_ssl.c
@@ -183,7 +183,6 @@ int get_command(QXLInstance *qin, struct QXLCommandExt *ext)
     notify--;
     update = test_spice_create_update();
     *ext = update->ext;
-    notify = FALSE;
     return TRUE;
 }
 
@@ -201,6 +200,7 @@ void do_wakeup()
 {
     notify = NOTIFY_DISPLAY_BATCH;
     cursor_notify = NOTIFY_CURSOR_BATCH;
+    core->timer_start(wakeup_timer, wakeup_ms);
     qxl_worker->wakeup(qxl_worker);
 }
 
-- 
1.7.3.4

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to