]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 12 May 2003 20:52:12 +0000 (20:52 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 12 May 2003 20:52:12 +0000 (20:52 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3714 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/dirsvc.c

index 3a5d0f8a9a7d6497cadbd5e5d1cfde59b31eb7ea..fdab5634eb38becb24805b22aec6b59342944535 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: dirsvc.c,v 1.73.2.32 2003/04/29 19:35:14 mike Exp $"
+ * "$Id: dirsvc.c,v 1.73.2.33 2003/05/12 20:52:12 mike Exp $"
  *
  *   Directory services routines for the Common UNIX Printing System (CUPS).
  *
@@ -117,6 +117,7 @@ ProcessBrowseData(const char   *uri,        /* I - URI of printer/class */
   * the Printers list, and add it if not...
   */
 
+  type   |= CUPS_PRINTER_REMOTE;
   update = 0;
   hptr   = strchr(host, '.');
   sptr   = strchr(ServerName, '.');
@@ -1936,5 +1937,5 @@ UpdateSLPBrowse(void)
 
 
 /*
- * End of "$Id: dirsvc.c,v 1.73.2.32 2003/04/29 19:35:14 mike Exp $".
+ * End of "$Id: dirsvc.c,v 1.73.2.33 2003/05/12 20:52:12 mike Exp $".
  */