Doesn't look for new version on inte to avoid privacy issuesIndex: lshw-02.14/src/core/version.cc
===================================================================

Gbp-Pq: Name privacy.patch
This commit is contained in:
Ubuntu Developers 2022-06-27 14:59:29 +08:00 committed by Lu zhiping
parent 625e034dc4
commit 43ac0450e4
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ const char * checkupdates()
{
static char *latest = NULL;
return NULL;
if(!latest)
latest = txtquery(PACKAGE, "ezix.org", NULL);