summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-03-09 15:39:25 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-03-09 15:39:25 -0500
commit0fea18126c7809125363ea7ceb99a81d88acbd5d (patch)
treefdca04d746d6db3072a4ed6c99fd59c6e85c3212 /backend
parentca75cc1354a4156cee6d9f228949e6b3e5b15e16 (diff)
downloadcups-0fea18126c7809125363ea7ceb99a81d88acbd5d.tar.gz
Fix Kerberized IPP printing (Issue #5233)
Diffstat (limited to 'backend')
-rw-r--r--backend/ipp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/ipp.c b/backend/ipp.c
index a61f8e9dd..dbbb029f1 100644
--- a/backend/ipp.c
+++ b/backend/ipp.c
@@ -355,8 +355,7 @@ main(int argc, /* I - Number of command-line args */
* that way.
*/
- if (!getuid() && (value = getenv("AUTH_UID")) != NULL &&
- !getenv("AUTH_PASSWORD"))
+ if (!getuid() && (value = getenv("AUTH_UID")) != NULL)
{
uid_t uid = (uid_t)atoi(value);
/* User ID */