Fixed typo in fix for bug #216855
This commit is contained in:
parent
125dce6e63
commit
10d59fa343
@ -1600,7 +1600,7 @@
|
||||
+ tclass = SECCLASS_FILE;
|
||||
+ avr = FILE__WRITE;
|
||||
+ }
|
||||
+ else if (avr != FILE_WRITE || avr != CHR_FILE__WRITE)
|
||||
+ else if (avr != FILE__WRITE || avr != CHR_FILE__WRITE)
|
||||
+ {
|
||||
+ send_ipp_status(con, IPP_NOT_AUTHORIZED, _("Printer is not a character device or regular file"));
|
||||
+ return (NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user