Fixed typo in fix for bug #216855

This commit is contained in:
Tim Waugh 2006-11-22 12:13:09 +00:00
parent 125dce6e63
commit 10d59fa343

View File

@ -1600,7 +1600,7 @@
+ tclass = SECCLASS_FILE; + tclass = SECCLASS_FILE;
+ avr = FILE__WRITE; + 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")); + send_ipp_status(con, IPP_NOT_AUTHORIZED, _("Printer is not a character device or regular file"));
+ return (NULL); + return (NULL);