Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > 2c101d732df8a963b38a7c700d61af5a > files > 13

hplip-3.11.3a-5.mga1.src.rpm

--- hplip-3.11.1/prnt/cupsext/cupsext.c~	2011-01-18 22:15:27.000000000 -0700
+++ hplip-3.11.1/prnt/cupsext/cupsext.c	2011-02-07 10:59:31.370530033 -0700
@@ -323,6 +323,7 @@
     };
 
     /* Connect to the HTTP server */
+	cupsSetUser ("root");
     if ( ( http = httpConnectEncrypt( cupsServer(), ippPort(), cupsEncryption() ) ) == NULL )
     {
         goto abort;