Printers: Remove redundant check

Remove check which is not needed.
This commit is contained in:
Marek Kasik 2011-06-23 13:39:51 +02:00
parent 16ac093def
commit 47fb197d73

View file

@ -1261,7 +1261,7 @@ ccGetAllowedUsers (gchar ***allowed_users, const char *printer_name)
ippPort (),
cupsEncryption ());
if (http || !allowed_users)
if (http)
{
request = ippNewRequest (IPP_GET_PRINTER_ATTRIBUTES);