From 75d68083c339c92e53172d6cba47b794c360a265 Mon Sep 17 00:00:00 2001 From: MissValeska Date: Mon, 10 Mar 2014 16:01:29 -0700 Subject: [PATCH] IGS Maayyyy be working!! --- src/igs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/igs.c b/src/igs.c index 1cc5e3d..45f17e0 100644 --- a/src/igs.c +++ b/src/igs.c @@ -314,8 +314,9 @@ void init_internet_gateway_search(void) "connections of the ntk nodes\n" " around you, disable the \"use_shared_inet\" option " "in netsukuku.conf"); - del_resolv_conf("nameserver 127.0.0.1", "/etc/resolv.conf"); - exit(1);} + //del_resolv_conf("nameserver 127.0.0.1", "/etc/resolv.conf"); + //exit(1); + } ifs_del_all_name(me.cur_ifs, &me.cur_ifs_n, NTK_TUNL_PREFIX); ifs_del_all_name(me.cur_ifs, &me.cur_ifs_n, DEFAULT_TUNL_PREFIX);