Skip to content
Snippets Groups Projects
Commit 1deab712 authored by deuce's avatar deuce
Browse files

Initialize the dontgiveashit variable.

parent 778b2749
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,8 @@ function ConcensusObject(host, port, scope) ...@@ -94,8 +94,8 @@ function ConcensusObject(host, port, scope)
{ {
var i; var i;
var now=time(); var now=time();
var dontgiveashit; var dontgiveashit=0;
if(this.start < now-60*60*24*15) if(this.start < now-60*60*24*15)
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment