From: mike Date: Mon, 4 Jun 2007 14:17:16 +0000 (+0000) Subject: D'oh! Forgot to compile test this, and thus missed a typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cc00b92717f63fbe917a77db8259d6b9ee67cd1;p=thirdparty%2Fcups.git D'oh! Forgot to compile test this, and thus missed a typo. (printer -> pclass in add_class()...) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6544 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/ipp.c b/scheduler/ipp.c index d3aadfce50..23ecb743fe 100644 --- a/scheduler/ipp.c +++ b/scheduler/ipp.c @@ -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...