diff options
Diffstat (limited to 'backend_shinkos6245.c')
-rw-r--r-- | backend_shinkos6245.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend_shinkos6245.c b/backend_shinkos6245.c index a145e3a..aca339c 100644 --- a/backend_shinkos6245.c +++ b/backend_shinkos6245.c @@ -1572,7 +1572,7 @@ static int shinkos6245_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; } { |