Printers: Remove redundant check
Remove check which is not needed.
This commit is contained in:
parent
16ac093def
commit
47fb197d73
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ ccGetAllowedUsers (gchar ***allowed_users, const char *printer_name)
|
||||||
ippPort (),
|
ippPort (),
|
||||||
cupsEncryption ());
|
cupsEncryption ());
|
||||||
|
|
||||||
if (http || !allowed_users)
|
if (http)
|
||||||
{
|
{
|
||||||
request = ippNewRequest (IPP_GET_PRINTER_ATTRIBUTES);
|
request = ippNewRequest (IPP_GET_PRINTER_ATTRIBUTES);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue