]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't need the extra usleep since the DNS-SD processing is done in the main thread.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 4 Apr 2025 16:29:43 +0000 (12:29 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 4 Apr 2025 16:29:43 +0000 (12:29 -0400)
tools/ippfind.c

index 69fa51e3783d73980324c5ccc5e0b0cdb3a37c9e..0e0c3735b568f5b448d30508e5c250a8c2cef429 100644 (file)
@@ -1433,12 +1433,6 @@ main(int  argc,                          /* I - Number of command-line args */
 
     if (processed > 0 && (processed == cupsArrayCount(services) || (_cupsGetClock() - last_update) >= 2.5) && bonjour_timeout <= 1.0)
       break;
-
-   /*
-    * Give the browsers/resolvers some time...
-    */
-
-    usleep(250000);
   }
 
   if (bonjour_error)