代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/cups 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 3a1a81d7b882c06451a39a19a87aca7ec44742e6 Mon Sep 17 00:00:00 2001
From: Michael R Sweet <michael.r.sweet@gmail.com>
Date: Wed, 12 Jan 2022 08:33:58 -0500
Subject: [PATCH] Also fix cupsfilter (Issue #323)
Reference:https://github.com/OpenPrinting/cups/commit/3a1a81d7b882c06451a39a19a87aca7ec44742e6
---
scheduler/cupsfilter.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/scheduler/cupsfilter.c b/scheduler/cupsfilter.c
index c6dbb8debb..a03e77de76 100644
--- a/scheduler/cupsfilter.c
+++ b/scheduler/cupsfilter.c
@@ -981,7 +981,6 @@ exec_filters(mime_type_t *srctype, /* I - Source type */
printer_info[255], /* PRINTER_INFO env variable */
printer_location[255], /* PRINTER_LOCATION env variable */
printer_name[255], /* PRINTER env variable */
- rip_max_cache[1024], /* RIP_MAX_CACHE */
userenv[1024], /* USER */
#if CUPS_SNAP
fontconfig_file[1024], /* FONTCONFIG_FILE */
@@ -1133,7 +1132,6 @@ exec_filters(mime_type_t *srctype, /* I - Source type */
envp[i ++] = printer_info;
envp[i ++] = printer_location;
envp[i ++] = printer_name;
- envp[i ++] = rip_max_cache;
envp[i ++] = userenv;
envp[i ++] = "CHARSET=utf-8";
if (final_content_type[0])
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。