summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchcache.c')
-rw-r--r--content/fetchcache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/fetchcache.c b/content/fetchcache.c
index ddd46b4d4..390c092b6 100644
--- a/content/fetchcache.c
+++ b/content/fetchcache.c
@@ -501,7 +501,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const void *data,
fetchcache_notmodified(c, data);
break;
-#ifdef WITH_AUTH
case FETCH_AUTH:
/* data -> string containing the Realm */
LOG(("FETCH_AUTH, '%s'", (const char *)data));
@@ -512,7 +511,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const void *data,
* destroyed in content_clean() */
c->status = CONTENT_STATUS_ERROR;
break;
-#endif
case FETCH_CERT_ERR:
c->fetch = 0;