X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scheduler%2Fauth.c;h=246130197a1d5d3d76879fd5f48ddd9cd9bb80ac;hp=89545e975c412dc3200fe11eb118bfd040c1c120;hb=97c9a8d72271152cf71373b9c7fbdc6036b92e89;hpb=393ac6abae820d62982c8ad9c871f3c1cc59568c diff --git a/scheduler/auth.c b/scheduler/auth.c index 89545e975..246130197 100644 --- a/scheduler/auth.c +++ b/scheduler/auth.c @@ -1046,6 +1046,8 @@ cupsdAuthorize(cupsd_client_t *con) /* I - Client connection */ return; } + con->have_gss = 1; + /* * Get the username associated with the client's credentials... */