From 9eac1c7186dd5b0e15674782f2942f94d42f2f60 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 13:04:35 +0000 Subject: Apply patch cups-use-ipp1.1.patch patch_name: cups-use-ipp1.1.patch present_in_specfile: true --- diff --git a/cups/usersys.c b/cups/usersys.c index 2a004b5..28adc70 100644 --- a/cups/usersys.c +++ b/cups/usersys.c @@ -392,7 +392,7 @@ cupsSetServer(const char *server) /* I - Server name */ cg->server_version = 22; } else - cg->server_version = 20; + cg->server_version = 11; if (cg->server[0] != '/' && (port = strrchr(cg->server, ':')) != NULL && !strchr(port, ']') && isdigit(port[1] & 255))