]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 26 Feb 2003 19:51:46 +0000 (19:51 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 26 Feb 2003 19:51:46 +0000 (19:51 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3408 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/ipp.c

index 20755347d9d391fd87b61a28563c3513aa83b5b5..90ec555142d43090e6585137c496ae357c3fd8f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ipp.c,v 1.127.2.43 2003/02/10 17:58:48 mike Exp $"
+ * "$Id: ipp.c,v 1.127.2.44 2003/02/26 19:51:46 mike Exp $"
  *
  *   IPP routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -1189,7 +1189,7 @@ add_printer(client_t        *con, /* I - Client connection */
     strlcpy(printer->state_message, attr->values[0].string.text,
             sizeof(printer->state_message));
   if ((attr = ippFindAttribute(con->request, "job-sheets-default", IPP_TAG_ZERO)) != NULL &&
-      !Classification[0])
+      !Classification)
   {
     SetString(&printer->job_sheets[0], attr->values[0].string.text);
     if (attr->num_values > 1)
@@ -6114,5 +6114,5 @@ validate_user(client_t   *con,            /* I - Client connection */
 
 
 /*
- * End of "$Id: ipp.c,v 1.127.2.43 2003/02/10 17:58:48 mike Exp $".
+ * End of "$Id: ipp.c,v 1.127.2.44 2003/02/26 19:51:46 mike Exp $".
  */