summaryrefslogtreecommitdiff
path: root/cups/ipp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/ipp.c')
-rw-r--r--cups/ipp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/cups/ipp.c b/cups/ipp.c
index de0f12c40..f8e7dafa6 100644
--- a/cups/ipp.c
+++ b/cups/ipp.c
@@ -1109,18 +1109,6 @@ ippReadIO(void *src, /* I - Data source */
}
/*
- * 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...
*/