strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7804b7f
)
Set cookies for the complete domain
author
Martin Willi
<martin@revosec.ch>
Wed, 15 Jun 2011 10:22:41 +0000
(12:22 +0200)
committer
Martin Willi
<martin@revosec.ch>
Wed, 15 Jun 2011 10:22:41 +0000
(12:22 +0200)
src/libfast/request.c
patch
|
blob
|
history
diff --git
a/src/libfast/request.c
b/src/libfast/request.c
index
2ab8733
..
3acd831
100644
(file)
--- a/
src/libfast/request.c
+++ b/
src/libfast/request.c
@@
-215,7
+215,7
@@
METHOD(request_t, add_cookie, void,
private_request_t *this, char *name, char *value)
{
thread_this->set(thread_this, this);
- cgi_cookie_set
(this->cgi, name, value, get_base(this)
, NULL, NULL, 0, 0);
+ cgi_cookie_set
(this->cgi, name, value, NULL
, NULL, NULL, 0, 0);
}
METHOD(request_t, redirect, void,