From af89fdb38aad37414000290a0c52390c11df84b9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 9 Oct 2012 11:20:21 +0100 Subject: Fixup for nsurl urldb. --- content/llcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/llcache.c b/content/llcache.c index 29f1a557c..ed5cc6eda 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -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 */ -- cgit v1.2.3