mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Merge branch 'master' into ejh_more_rename_woes_3
This commit is contained in:
commit
c61afffae3
@ -160,8 +160,8 @@ NC_authsetup(NCauth* auth, NCURI* uri)
|
||||
if(ret) {nullfree(uri_hostport); return ret;}
|
||||
}
|
||||
}
|
||||
setauthfield(auth,"HTTP.USERNAME",user);
|
||||
setauthfield(auth,"HTTP.PASSWORD",pwd);
|
||||
setauthfield(auth,"HTTP.CREDENTIALS.USERNAME",user);
|
||||
setauthfield(auth,"HTTP.CREDENTIALS.PASSWORD",pwd);
|
||||
nullfree(user);
|
||||
nullfree(pwd);
|
||||
nullfree(uri_hostport);
|
||||
|
Loading…
Reference in New Issue
Block a user