Skip to content
Snippets Groups Projects
Commit ccda4902 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

garbage collection done wrong

parent d3ed18c7
No related branches found
No related tags found
No related merge requests found
...@@ -72,9 +72,6 @@ function dnspeercachelookup() ...@@ -72,9 +72,6 @@ function dnspeercachelookup()
web3.bfa.admin.addPeer( enode ); web3.bfa.admin.addPeer( enode );
} }
} }
// Can we cleanup / commit suicide like this?
if ( this.readyState > 3 )
this = null;
}; };
// Robert runs a private little cheat registry on his private domain // Robert runs a private little cheat registry on his private domain
// for fast update times. Can easily be moved to a hints.bfa.ar zone // for fast update times. Can easily be moved to a hints.bfa.ar zone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment