From 6cfd37e60f0181916906de67c9f86cf54ab565c2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 29 Sep 2011 15:31:54 +0000 Subject: Convert fetchers to nsurl. svn path=/trunk/netsurf/; revision=12910 --- content/fetch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 651f02a7b..23650c530 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -317,8 +317,7 @@ struct fetch * fetch_start(nsurl *url, nsurl *referer, goto failed; /* Got a scheme fetcher, try and set up the fetch */ - fetch->fetcher_handle = - fetch->ops->setup_fetch(fetch, nsurl_access(url), + fetch->fetcher_handle = fetch->ops->setup_fetch(fetch, url, only_2xx, post_urlenc, post_multipart, headers); -- cgit v1.2.3