]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/network.c
Merge changes from CUPS 1.6svn-r10188, including changes for <rdar://problem/10127258...
[thirdparty/cups.git] / backend / network.c
index fb42f791f244fead9f5639191d9526b0a5da4424..6dbdca03bd832cb6a292473f52cb06f9e8f61850 100644 (file)
@@ -71,7 +71,7 @@ backendNetworkSideCB(
 {
   cups_sc_command_t    command;        /* Request command */
   cups_sc_status_t     status;         /* Request/response status */
-  char                 data[2048];     /* Request/response data */
+  char                 data[65536];    /* Request/response data */
   int                  datalen;        /* Request/response data size */
   const char           *device_id;     /* 1284DEVICEID env var */