messed up. Vincent Bronner detected this.
/* get the user+password information from the old_conn struct since it may
* be new for this request even when we re-use an existing connection */
conn->bits.user_passwd = old_conn->bits.user_passwd;
- conn->bits.proxy_user_passwd = conn->bits.proxy_user_passwd;
+ conn->bits.proxy_user_passwd = old_conn->bits.proxy_user_passwd;
/* If we speak over a proxy, we need to copy the host name too, as it
might be another remote host even when re-using a connection */