[fence-virt/f17] Fix uninitialized delay variable

Ryan McCabe rmccabe at fedoraproject.org
Fri Oct 26 00:20:31 UTC 2012


commit fedfc60e12b7db046f59626ca815da20dae3776d
Author: Ryan McCabe <rmccabe at redhat.com>
Date:   Thu Oct 25 19:07:38 2012 -0400

    Fix uninitialized delay variable

 fence-virt.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/fence-virt.spec b/fence-virt.spec
index f6c3bc2..5b8c973 100644
--- a/fence-virt.spec
+++ b/fence-virt.spec
@@ -1,6 +1,6 @@
 Name:		fence-virt
 Version:	0.3.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	A pluggable fencing framework for virtual machines
 Group:		System Environment/Base
 License:	GPLv2+
@@ -182,6 +182,9 @@ fi
 
 
 %changelog
+* Thu Oct 25 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-6
+- Fix uninitialized variable for the -w option.
+
 * Mon Oct 15 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-5
 - Add a -w (delay) option.
 - Return failure when attempting to fence a nonexistent domain


More information about the scm-commits mailing list