Skip to content

Commit

Permalink
Merge pull request graft-project#54 from mbg033/disable-autoupdate
Browse files Browse the repository at this point in the history
updates check disabled
  • Loading branch information
laid37 authored Jan 9, 2018
2 parents bfc077c + a194156 commit 85ccc26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/updates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ namespace tools
std::vector<std::string> records;
bool found = false;

// graft: disable monero updates
return true;

MDEBUG("Checking updates for " << buildtag << " " << software);

// All four MoneroPulse domains have DNSSEC on and valid
Expand Down

0 comments on commit 85ccc26

Please sign in to comment.