blob: 8bd4424b3f4fa2dd8ccf12bdf6c191297e00e54f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -pruN 0.2.2-1/libgnomecups/gnome-cups-request.c 0.2.2-1ubuntu5/libgnomecups/gnome-cups-request.c
--- 0.2.2-1/libgnomecups/gnome-cups-request.c 2005-03-28 16:43:06.000000000 +0100
+++ libgnomecups/gnome-cups-request.c 2006-06-27 16:21:38.000000000 +0100
@@ -349,7 +349,7 @@ request_thread_main (GnomeCupsRequest *r
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,
|