- Fixed another LSPP patch problem (bug #203784).

- Updated fix for STR #1881 from upstream.
This commit is contained in:
Tim Waugh 2006-08-24 15:50:51 +00:00
parent 11192870f4
commit f6c7a0aef2
2 changed files with 5 additions and 1 deletions

View File

@ -1429,7 +1429,7 @@
+ if (attr->num_values > 1)
+ userfooter = strdup(attr->values[1].string.text);
+
+ if ((strcmp(userheader, Classification) == 0)
+ if (Classification != NULL && (strcmp(userheader, Classification) == 0)
+ && userfooter &&(strcmp(userfooter, Classification) == 0))
+ {
+ /*

View File

@ -420,6 +420,10 @@ rm -rf $RPM_BUILD_ROOT
%{cups_serverbin}/daemon/cups-lpd
%changelog
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com>
- Fixed another LSPP patch problem (bug #203784).
- Updated fix for STR #1881 from upstream.
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-16
- Fixed another LSPP patch problem noted by Erwin Rol.