Browse Source

IGS Maayyyy be working!!

MissValeska 10 years ago
parent
commit
75d68083c3
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/igs.c

+ 3
- 2
src/igs.c View File

@@ -314,8 +314,9 @@ void init_internet_gateway_search(void)
314 314
 			"connections of the ntk nodes\n"
315 315
 			"  around you, disable the \"use_shared_inet\" option "
316 316
 			"in netsukuku.conf");
317
-			del_resolv_conf("nameserver 127.0.0.1", "/etc/resolv.conf");
318
-			exit(1);}
317
+			//del_resolv_conf("nameserver 127.0.0.1", "/etc/resolv.conf");
318
+			//exit(1);
319
+			}
319 320
 	ifs_del_all_name(me.cur_ifs, &me.cur_ifs_n, NTK_TUNL_PREFIX);
320 321
 	ifs_del_all_name(me.cur_ifs, &me.cur_ifs_n, DEFAULT_TUNL_PREFIX);
321 322
 

Loading…
Cancel
Save