diff options
Diffstat (limited to 'backend_dnpds40.c')
-rw-r--r-- | backend_dnpds40.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend_dnpds40.c b/backend_dnpds40.c index 90abc50..53cc08c 100644 --- a/backend_dnpds40.c +++ b/backend_dnpds40.c @@ -897,7 +897,7 @@ static int dnpds40_read_parse(void *vctx, int data_fd) { ctx->databuf = malloc(MAX_PRINTJOB_LEN); if (!ctx->databuf) { ERROR("Memory allocation failure!\n"); - return CUPS_BACKEND_CANCEL; + return CUPS_BACKEND_RETRY_CURRENT; } /* Clear everything out */ |