Remove code for protocols we don't properly support. (Most of this could
[oweals/busybox.git] / networking / zcip.c
index 716c4a5e1fa9918defb803c35d3536cb8b49dea3..ed30bb33ad46e37ce8dbd5b034b640ac82ed0451 100644 (file)
@@ -437,7 +437,7 @@ fail:
 
                                gettimeofday(&tv2, NULL);
                                if (timercmp(&tv1, &tv2, <)) {
-                                       timeout = -1;
+                                       timeout = 0;
                                } else {
                                        timersub(&tv1, &tv2, &tv1);
                                        timeout = 1000 * tv1.tv_sec