]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Also fix cupsfilter (Issue #323)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 12 Jan 2022 13:33:58 +0000 (08:33 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 12 Jan 2022 13:33:58 +0000 (08:33 -0500)
scheduler/cupsfilter.c

index c6dbb8debba8d177875fdcb510cc04bea01760d5..a03e77de7655aed28d8de9c218439fe1e19310a3 100644 (file)
@@ -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])