From: mike Date: Mon, 12 May 2003 20:52:12 +0000 (+0000) Subject: Mirror 1.1.x changes. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f33b2b4771707a5828a657b1dc253b15e497ef88;p=thirdparty%2Fcups.git Mirror 1.1.x changes. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3714 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/dirsvc.c b/scheduler/dirsvc.c index 3a5d0f8a9a..fdab5634eb 100644 --- a/scheduler/dirsvc.c +++ b/scheduler/dirsvc.c @@ -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 $". */