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

index 63f6b668618042a4a4b5ca5592b984ffa26e1088..c3d66edfeea6f0834b58f69ad1d898d7586dc429 100644 (file)
@@ -37,6 +37,7 @@ CUPS v2.4rc1 (Pending)
 - Reverted USB read limit enforcement change from CUPS 2.2.12 (Issue #72)
 - Now use a 60 second timeout for reading USB backchannel data (Issue #160)
 - The USB backend now tries harder to find a serial number (Issue #170)
+- Fixed `@IF(name)` handling in `cupsd.conf` (Apple #5918)
 - Documentation fixes (Issue #92, Issue #163)
 - Localization updates (Issue #123, Issue #129, Issue #134, Issue #146,
   Issue #164)
index 1ecab1c0d15358f8e67722ec646572c312afc031..2f15cc81e65c725add189de8a36e773da2d2bd14 100644 (file)
@@ -212,7 +212,6 @@ cupsdAddNameMask(cups_array_t **masks,      /* IO - Masks array (created as needed) *
 
     if (ifptr >= ifname && *ifptr == ')')
     {
-      ifptr --;
       *ifptr = '\0';
     }