diff options
Diffstat (limited to 'backend_shinkos6145.c')
-rw-r--r-- | backend_shinkos6145.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend_shinkos6145.c b/backend_shinkos6145.c index b315cbc..34e8cdc 100644 --- a/backend_shinkos6145.c +++ b/backend_shinkos6145.c @@ -2115,7 +2115,7 @@ static int shinkos6145_read_parse(void *vctx, int data_fd) { ctx->databuf = malloc(ctx->datalen); if (!ctx->databuf) { ERROR("Memory allocation failure!\n"); - return CUPS_BACKEND_FAILED; + return CUPS_BACKEND_RETRY_CURRENT; } { |