You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/net-misc/networkmanager-0.8.2-disabl...

13 lines
426 B

diff --git a/src/nm-policy-hosts.c b/src/nm-policy-hosts.c
index 7f9cff8..1d8b493 100644
--- a/src/nm-policy-hosts.c
+++ b/src/nm-policy-hosts.c
@@ -483,6 +483,7 @@ nm_policy_hosts_update_etc_hosts (const char *hostname,
const char *ip6_addr,
gboolean *out_changed)
{
+ return TRUE;
char *contents = NULL;
char **lines = NULL;
GError *error = NULL;