mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 04:02:34 +03:00
Fixup for nsurl urldb.
This commit is contained in:
parent
4fb0e9f4d6
commit
af89fdb38a
@ -1453,7 +1453,7 @@ static nserror llcache_fetch_auth(llcache_object *object, const char *realm)
|
||||
if (realm == NULL)
|
||||
realm = nsurl_access(object->url);
|
||||
|
||||
auth = urldb_get_auth_details(nsurl_access(object->url), realm);
|
||||
auth = urldb_get_auth_details(object->url, realm);
|
||||
|
||||
if (auth == NULL || object->fetch.tried_with_auth == true) {
|
||||
/* No authentication details, or tried what we had, so ask */
|
||||
|
Loading…
Reference in New Issue
Block a user