]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirt-guests: Initialize SYNC_TIME
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 11 May 2015 16:18:39 +0000 (18:18 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 May 2015 06:53:14 +0000 (08:53 +0200)
commit64e070e8fee41523d392f9c5288643ff425b6897
treef493f2695394ce032a3d4c3bc1fa8041b5005dc2
parente27c5c8fcb290abf89beebeadc541b81977ad839
libvirt-guests: Initialize SYNC_TIME

https://bugzilla.redhat.com/show_bug.cgi?id=1191227

Since 0fa15b19 we have this variable SYNC_TIME which allows users to
synchronize time on domain resume. However, despite what documentation
says, it's by default on because it's never initialized. Fix this by
setting it to zero at the beginning of the libvirt-guests script.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/libvirt-guests.sh.in