summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md1
-rw-r--r--scheduler/auth.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 29992b2f4..0bcc12c24 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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
diff --git a/scheduler/auth.c b/scheduler/auth.c
index 4fbad6e24..4fdcf1177 100644
--- a/scheduler/auth.c
+++ b/scheduler/auth.c
@@ -202,7 +202,6 @@ cupsdAddNameMask(cups_array_t **masks, /* IO - Masks array (created as needed) *
if (ifptr >= ifname && *ifptr == ')')
{
- ifptr --;
*ifptr = '\0';
}