X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fzcip.c;h=b5a904d469493da5056fa3fe6e7b7e4b364e041e;hb=5929edc1fac4340f99ed84e92bf3a2bedd4177c2;hp=716c4a5e1fa9918defb803c35d3536cb8b49dea3;hpb=bc68cd14ccaebc17e7e03a08e51fddfb91007624;p=oweals%2Fbusybox.git diff --git a/networking/zcip.c b/networking/zcip.c index 716c4a5e1..b5a904d46 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include @@ -437,7 +436,7 @@ fail: gettimeofday(&tv2, NULL); if (timercmp(&tv1, &tv2, <)) { - timeout = -1; + timeout = 0; } else { timersub(&tv1, &tv2, &tv1); timeout = 1000 * tv1.tv_sec