git: 9front

Download patch

ref: 7ced000557952f7c2900e9f33fd0c8a67e7a9acf
parent: 16f4a3ac47e1360bbdf6e724b15efb29c92cac0d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Aug 26 21:41:02 EDT 2014

ipconfig: remove sleep() left over from debug :-)

--- a/sys/src/cmd/ip/ipconfig/ipv6.c
+++ b/sys/src/cmd/ip/ipconfig/ipv6.c
@@ -904,7 +904,6 @@
 		if (ifc == nil) {
 			ralog("sendra6: can't read router params on %s",
 				conf.mpoint);
-			sleep(1000);
 			continue;
 		}
 
--