summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_no_ssl.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-14 10:24:51 +0200
committerAlon Levy <alevy@redhat.com>2011-01-10 14:11:37 +0200
commit618d13d4d1fd8b493ec1e2035c538837a038c5c5 (patch)
treeefbba8dd9c06ebf393fdd50269a95e2a814c09af /server/tests/test_display_no_ssl.c
parent0707feca4351585fb1d54cdc27f7c7838fd16386 (diff)
downloadspice-618d13d4d1fd8b493ec1e2035c538837a038c5c5.tar.gz
spice-618d13d4d1fd8b493ec1e2035c538837a038c5c5.tar.xz
spice-618d13d4d1fd8b493ec1e2035c538837a038c5c5.zip
server/tests/test_display_no_ssl: restart notify timer
Diffstat (limited to 'server/tests/test_display_no_ssl.c')
-rw-r--r--server/tests/test_display_no_ssl.c2
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 be1c0002..8d72dfd1 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);
}