[fence-virt/f18] Fix uninitialized delay variable

Ryan McCabe rmccabe at fedoraproject.org
Fri Oct 26 00:02:43 UTC 2012


commit 248ed8ccb804424398f6cd77bf234b2d08e604d3
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