From 0d7d76a6f3e93646c438265fe80afacb54b75cfc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 8 Apr 2013 17:25:12 +0100 Subject: Fix for http_only param change. --- test/urldbtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/urldbtest.c') diff --git a/test/urldbtest.c b/test/urldbtest.c index 9a683546c..ab441ffa5 100644 --- a/test/urldbtest.c +++ b/test/urldbtest.c @@ -144,7 +144,7 @@ char *test_urldb_get_cookie(const char *url) nsurl *nsurl = make_url(url); char *ret; - ret = urldb_get_cookie(nsurl); + ret = urldb_get_cookie(nsurl, true); nsurl_unref(nsurl); return ret; @@ -263,7 +263,7 @@ int main(void) nsurl_unref(urlr); url = make_url("https://www.foo.com/blah/wxyzabc"); - urldb_get_cookie(url); + urldb_get_cookie(url, true); nsurl_unref(url); /* 1563546 */ -- cgit v1.2.3