ea9550
diff -up cups-1.6.2/cups/dest.c.enum-all cups-1.6.2/cups/dest.c
ea9550
--- cups-1.6.2/cups/dest.c.enum-all	2013-06-04 10:58:36.169786250 +0100
ea9550
+++ cups-1.6.2/cups/dest.c	2013-06-04 10:59:02.147900811 +0100
ea9550
@@ -2724,9 +2724,12 @@ cups_dnssd_browse_cb(
ea9550
 	break;
ea9550
 
ea9550
     case AVAHI_BROWSER_REMOVE:
ea9550
-    case AVAHI_BROWSER_ALL_FOR_NOW:
ea9550
     case AVAHI_BROWSER_CACHE_EXHAUSTED:
ea9550
         break;
ea9550
+
ea9550
+    case AVAHI_BROWSER_ALL_FOR_NOW:
ea9550
+	avahi_simple_poll_quit(data->simple_poll);
ea9550
+        break;
ea9550
   }
ea9550
 }
ea9550