From 25213dca24dc1c4edfb49fbe070ccea5d2d73399 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 2 Feb 2007 23:08:13 +0000 Subject: Fix handling of cookies in unverifiable transactions caused by a redirect from a fetch into a browser window which was varifiable. svn path=/trunk/netsurf/; revision=3165 --- riscos/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/plugin.c') diff --git a/riscos/plugin.c b/riscos/plugin.c index 1ac86970f..302651e26 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -1659,7 +1659,7 @@ bool plugin_start_fetch(struct plugin_stream *p, const char *url) p->c = c; fetchcache_go(c, 0, plugin_stream_callback, (intptr_t)p, 0, - 100, 100, 0, 0, false); + 100, 100, 0, 0, false, 0); return true; } -- cgit v1.2.3