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

scheduler/client.c

index 4df2df0236829fb294c19d30ce39f01f34878a71..46d459993efc4a3b9b5f7bfe66aaca875a6cbc45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.c,v 1.91.2.41 2003/01/29 00:21:53 mike Exp $"
+ * "$Id: client.c,v 1.91.2.42 2003/02/03 02:34:52 mike Exp $"
  *
  *   Client routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -790,7 +790,7 @@ ReadClient(client_t *con)   /* I - Client to read from */
         * Handle full URLs in the request line...
        */
 
-        if (con->uri[0] != '/')
+        if (con->uri[0] != '/' && strcmp(con->uri, "*"))
        {
          char  method[HTTP_MAX_URI],           /* Method/scheme */
                userpass[HTTP_MAX_URI],         /* Username:password */
@@ -2965,5 +2965,5 @@ CDSAWriteFunc(SSLConnectionRef connection,        /* I  - SSL/TLS connection */
 
 
 /*
- * End of "$Id: client.c,v 1.91.2.41 2003/01/29 00:21:53 mike Exp $".
+ * End of "$Id: client.c,v 1.91.2.42 2003/02/03 02:34:52 mike Exp $".
  */