diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-08-27 01:41:02 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-08-27 01:41:02 +0200 |
commit | 7996878864aaee95b48c277a03259cd43a369302 (patch) | |
tree | a8035581623d54e5fca9b0c3a18bc789629b7782 | |
parent | 46b8a0ac0052c5a0f760ea7ea7e7261fe160f1ce (diff) | |
download | plan9front-7996878864aaee95b48c277a03259cd43a369302.tar.xz |
ipconfig: remove sleep() left over from debug :-)
-rw-r--r-- | sys/src/cmd/ip/ipconfig/ipv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/ipconfig/ipv6.c b/sys/src/cmd/ip/ipconfig/ipv6.c index 701179e88..9fe3a705c 100644 --- a/sys/src/cmd/ip/ipconfig/ipv6.c +++ b/sys/src/cmd/ip/ipconfig/ipv6.c @@ -904,7 +904,6 @@ sendra6(void) if (ifc == nil) { ralog("sendra6: can't read router params on %s", conf.mpoint); - sleep(1000); continue; } |