summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.c b/content/content.c
index 2b4499a29..828423603 100644
--- a/content/content.c
+++ b/content/content.c
@@ -443,6 +443,7 @@ struct content * content_create(const char *url)
c->http_code = 0;
c->no_error_pages = false;
c->download = false;
+ c->tried_with_auth = false;
c->redirect_count = 0;
c->error_count = 0;
c->cache_data.req_time = 0;