]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
D'oh! Forgot to compile test this, and thus missed a typo.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 4 Jun 2007 14:17:16 +0000 (14:17 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 4 Jun 2007 14:17:16 +0000 (14:17 +0000)
(printer -> pclass in add_class()...)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6544 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/ipp.c

index d3aadfce50c18f70f578b2c2fff120c6bb64b304..23ecb743fe2ec19a2342849e5c61aa905e9b58eb 100644 (file)
@@ -1063,7 +1063,7 @@ add_class(cupsd_client_t  *con,           /* I - Client connection */
 
   if ((attr = ippFindAttribute(con->request, "auth-info-required",
                                IPP_TAG_KEYWORD)) != NULL)
-    cupsdSetAuthInfoRequired(printer, NULL, attr);
+    cupsdSetAuthInfoRequired(pclass, NULL, attr);
 
  /*
   * Update the printer class attributes and return...