From 29e29cccd772c7be1b5cc878313287307ed7490f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Jul 2014 15:01:24 +0100 Subject: fix dumb error in previous commit and get scheme name element correct --- content/fetch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index abfdf4c97..6ee3872aa 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -306,10 +306,10 @@ void fetcher_quit(void) * be stopped. */ LOG(("Fetcher for scheme %s still has %d active users at quit.", - lwc_string_data(fetchers->scheme_name), - fetchers->refcount)); + lwc_string_data(fetchers[fetcherd].scheme), + fetchers[fetcherd].refcount)); - fetchers->refcount = 1; + fetchers[fetcherd].refcount = 1; } if (fetchers[fetcherd].refcount == 1) { -- cgit v1.2.3