]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/auth.c
Merge changes from 1.4svn-r7067.
[thirdparty/cups.git] / cups / auth.c
index 05597719377ca94c38de2ea03def2bbd7a3f955f..6882bfad131bf22503974c39294627cd004519ff 100644 (file)
@@ -92,7 +92,7 @@ cupsDoAuthentication(http_t     *http,        /* I - HTTP connection to server */
   char         prompt[1024],           /* Prompt for user */
                realm[HTTP_MAX_VALUE],  /* realm="xyz" string */
                nonce[HTTP_MAX_VALUE],  /* nonce="xyz" string */
-               encode[2048];           /* Encoded username:password */
+               encode[4096];           /* Encoded username:password */
   int          localauth;              /* Local authentication result */
   _cups_globals_t *cg;                 /* Global data */