]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/ipp-var.c
The web search incorrectly searched time-at-xxx values (STR #4652)
[thirdparty/cups.git] / cgi-bin / ipp-var.c
index 2aabe532294c196cff4aa0a91fd2c9bc6f09bf86..4b43e9cc089deaf74718300f25dc81631f837073 100644 (file)
@@ -222,6 +222,9 @@ cgiGetIPPObjects(ipp_t *response,   /* I - IPP response */
              break;
 
           case IPP_TAG_INTEGER :
+             if (!strncmp(ippGetName(attr), "time-at-", 8))
+               break;                  /* Ignore time-at-xxx */
+
              for (i = 0; !add && i < attr->num_values; i ++)
              {
                char    buf[255];       /* Number buffer */