|
|
|
@ -452,14 +452,7 @@ connect: |
|
|
|
p_sys->auth.psz_realm ); |
|
|
|
if( psz_login != NULL && psz_password != NULL ) |
|
|
|
{ |
|
|
|
msg_Dbg( p_access, "retrying with user=%s, pwd=%s", |
|
|
|
psz_login, |
|
|
|
#if 1 |
|
|
|
"yeah right, like we're going to print a password." |
|
|
|
#else |
|
|
|
psz_password |
|
|
|
#endif |
|
|
|
); |
|
|
|
msg_Dbg( p_access, "retrying with user=%s", psz_login ); |
|
|
|
p_sys->url.psz_username = psz_login; |
|
|
|
p_sys->url.psz_password = psz_password; |
|
|
|
Disconnect( p_access ); |
|
|
|
|