]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp.c
Merge changes from CUPS 1.4svn-r8252.
[thirdparty/cups.git] / cups / ipp.c
index de0f12c400134d5a8ce8d547889932668af9f05d..f8e7dafa6136ce6580471d28fe4be392f5e85d59 100644 (file)
@@ -1108,18 +1108,6 @@ ippReadIO(void       *src,               /* I - Data source */
            return (IPP_ERROR);
          }
 
-        /*
-          * Verify the major version number...
-         */
-
-         if (buffer[0] != 1 && buffer[0] != 2)
-         {
-           DEBUG_printf(("ippReadIO: version number (%d.%d) is bad.\n",
-                         buffer[0], buffer[1]));
-           ipp_buffer_release(buffer);
-           return (IPP_ERROR);
-         }
-
         /*
           * Then copy the request header over...
          */