summaryrefslogtreecommitdiff
path: root/debug/netsurfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/netsurfd.c')
-rw-r--r--debug/netsurfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index 3d4c1cb5b..c09dd3f2f 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
return 0;
url[strlen(url) - 1] = 0;
destroyed = 0;
- c = fetchcache(url, 0, callback, 0, 0, 100, 1000, false);
+ c = fetchcache(url, 0, callback, 0, 0, 100, 1000, false, 0, 0);
if (c) {
done = c->status == CONTENT_STATUS_DONE;
while (!done)