On Mon, May 11, 2015 at 18:21:34 +0200, Michal Privoznik wrote:
This fix is a result of one of the comments in the bugzilla.
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(a)redhat.com>
---
tools/libvirt-guests.sh.in | 1 +
1 file changed, 1 insertion(+)
ACK,
Peter