Skip to content

Commit 7f3c819

Browse files
committed
Don't need the extra usleep since the DNS-SD processing is done in the main thread.
1 parent 8304d6b commit 7f3c819

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tools/ippfind.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,12 +1433,6 @@ main(int argc, /* I - Number of command-line args */
14331433

14341434
if (processed > 0 && (processed == cupsArrayCount(services) || (_cupsGetClock() - last_update) >= 2.5) && bonjour_timeout <= 1.0)
14351435
break;
1436-
1437-
/*
1438-
* Give the browsers/resolvers some time...
1439-
*/
1440-
1441-
usleep(250000);
14421436
}
14431437

14441438
if (bonjour_error)

0 commit comments

Comments
 (0)