From 1deab7125ad49ab4a3e18281c2949847ce505de4 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 27 Jun 2012 05:31:07 +0000
Subject: [PATCH] Initialize the dontgiveashit variable.

---
 exec/load/consensus_vote.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/load/consensus_vote.js b/exec/load/consensus_vote.js
index c398c83b8c..b15ff8864a 100644
--- a/exec/load/consensus_vote.js
+++ b/exec/load/consensus_vote.js
@@ -94,8 +94,8 @@ function ConcensusObject(host, port, scope)
 		{
 			var i;
 			var now=time();
-			var dontgiveashit;
-	
+			var dontgiveashit=0;
+
 			if(this.start < now-60*60*24*15)
 				return true;
 
-- 
GitLab