]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Explicitly list IPP_TAG_STRING in ippReadIO.
authorMichael R Sweet <michaelrsweet@gmail.com>
Wed, 18 Jul 2018 15:23:17 +0000 (11:23 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Wed, 18 Jul 2018 15:23:17 +0000 (11:23 -0400)
cups/ipp.c

index 904380c6dacf168c0de210e2afc748608f1c898a..9d65291f1541d13615208a67c1959a440a498bde 100644 (file)
@@ -3662,6 +3662,7 @@ ippReadIO(void       *src,                /* I - Data source */
                DEBUG_printf(("2ippReadIO: member name=\"%s\"", attr->name));
                break;
 
+            case IPP_TAG_STRING :
             default : /* Other unsupported values */
                 if (tag == IPP_TAG_STRING && n > IPP_MAX_LENGTH)
                {