summarylogtreecommitdiffstats
path: root/libgnomecups_0.2.3-ignore-ipp-not-found.patch
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-06-10 15:22:07 +0200
committerAlexander F Rødseth2015-06-10 15:22:07 +0200
commit80e632a87d9df675fe3c68b6cd8156df76ca2838 (patch)
treed63309ecc6277335180e3331bafe148c4ffa64df /libgnomecups_0.2.3-ignore-ipp-not-found.patch
downloadaur-80e632a87d9df675fe3c68b6cd8156df76ca2838.tar.gz
Initial import
Diffstat (limited to 'libgnomecups_0.2.3-ignore-ipp-not-found.patch')
-rw-r--r--libgnomecups_0.2.3-ignore-ipp-not-found.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgnomecups_0.2.3-ignore-ipp-not-found.patch b/libgnomecups_0.2.3-ignore-ipp-not-found.patch
new file mode 100644
index 000000000000..797367bf9f36
--- /dev/null
+++ b/libgnomecups_0.2.3-ignore-ipp-not-found.patch
@@ -0,0 +1,11 @@
+--- a/libgnomecups/gnome-cups-request.c 2007-01-31 10:49:17.000000000 -0800
++++ b/libgnomecups/gnome-cups-request.c 2009-11-24 12:49:30.000000000 -0800
+@@ -349,7 +349,7 @@
+ if (request->response == NULL)
+ status = IPP_INTERNAL_ERROR;
+
+- if (status > IPP_OK_CONFLICT) {
++ if (status > IPP_OK_CONFLICT && status != IPP_NOT_FOUND) {
+ g_warning ("IPP request failed with status %d", status);
+ if (request->error != NULL)
+ *(request->error) = g_error_new (GNOME_CUPS_ERROR,