mirror of https://gitee.com/openkylin/lshw.git
privacy
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:
parent
625e034dc4
commit
43ac0450e4
|
@ -89,6 +89,8 @@ const char * checkupdates()
|
|||
{
|
||||
static char *latest = NULL;
|
||||
|
||||
return NULL;
|
||||
|
||||
if(!latest)
|
||||
latest = txtquery(PACKAGE, "ezix.org", NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue