]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix @IF(name) handling (Issue #5918)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 26 Apr 2021 20:20:25 +0000 (16:20 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 26 Apr 2021 20:20:25 +0000 (16:20 -0400)
CHANGES.md
scheduler/auth.c

index 29992b2f4917aae61539643a439f33e7aa87a367..0bcc12c248fee0fdc067836805ad4806edb140ce 100644 (file)
@@ -78,6 +78,7 @@ Changes in CUPS v2.3.5
 - The IPP backend now retries Validate-Job requests (OpenPrinting #132)
 - Removed support for the (long deprecated and unused) `KeepAliveTimeout`
   directive in `cupsd.conf` (Issue #5733)
+- Fixed `@IF(name)` handling in `cupsd.conf` (Issue #5918)
 
 
 Changes in CUPS v2.3.4
index 4fbad6e2440f38375b957de68d1b0e6f20ff2033..4fdcf1177e916191aea1c35f14d5b19b99c209c6 100644 (file)
@@ -202,7 +202,6 @@ cupsdAddNameMask(cups_array_t **masks,      /* IO - Masks array (created as needed) *
 
     if (ifptr >= ifname && *ifptr == ')')
     {
-      ifptr --;
       *ifptr = '\0';
     }