|
Line
Link Here
|
| 0 |
-- libgnomecups/gnome-cups-request.c |
0 |
++ libgnomecups/gnome-cups-request.c |
|
Lines 351-357
Link Here
|
| 351 |
if (request->response == NULL) |
351 |
if (request->response == NULL) |
| 352 |
status = IPP_INTERNAL_ERROR; |
352 |
status = IPP_INTERNAL_ERROR; |
| 353 |
|
353 |
|
| 354 |
if (status > IPP_OK_CONFLICT) { |
354 |
if (status > IPP_OK_CONFLICT && status != IPP_NOT_FOUND) { |
| 355 |
g_warning ("IPP request failed with status %d", status); |
355 |
g_warning ("IPP request failed with status %d", status); |
| 356 |
if (request->error != NULL) |
356 |
if (request->error != NULL) |
| 357 |
*(request->error) = g_error_new (GNOME_CUPS_ERROR, |
357 |
*(request->error) = g_error_new (GNOME_CUPS_ERROR, |