Index: /usr/src/lib/libfetch/http.c =================================================================== RCS file: /home/ncvs/src/lib/libfetch/http.c,v retrieving revision 1.78.2.5 diff -u -r1.78.2.5 http.c --- /usr/src/lib/libfetch/http.c 27 Jan 2010 14:54:48 -0000 1.78.2.5 +++ /usr/src/lib/libfetch/http.c 21 Jun 2010 11:30:32 -0000 @@ -1710,6 +1710,7 @@ goto ouch; } /* try again, but send the password this time */ + ++n; if (verbose) fetch_info("proxy requires authorization"); break;