[fence-virt] Fix uninitialized delay variable

Ryan McCabe rmccabe at fedoraproject.org
Thu Oct 25 23:07:54 UTC 2012


commit 43bec86fd97c3b5b135cc5a8dcbaf1b10653c8ad
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 925a959..f8cb985 100644
--- a/fence-virt.spec
+++ b/fence-virt.spec
@@ -1,6 +1,6 @@
 Name:		fence-virt
 Version:	0.3.0
-Release:	6%{?dist}
+Release:	7%{?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-7
+- Fix uninitialized variable for the -w option.
+
 * Mon Oct 15 2012 Ryan McCabe <rmccabe at redhat.com> - 0.3.0-6
 - Add a -w (delay) option.
 - Return failure when attempting to fence a nonexistent domain


More information about the scm-commits mailing list