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 (from parent 1:
a3d692c
)
fixed configuration payload type as responder
author
Martin Willi
<martin@strongswan.org>
Mon, 11 May 2009 11:23:15 +0000
(13:23 +0200)
committer
Martin Willi
<martin@strongswan.org>
Mon, 11 May 2009 11:23:15 +0000
(13:23 +0200)
src/charon/sa/tasks/ike_config.c
patch
|
blob
|
history
diff --git
a/src/charon/sa/tasks/ike_config.c
b/src/charon/sa/tasks/ike_config.c
index
a968c66
..
1f75521
100644
(file)
--- a/
src/charon/sa/tasks/ike_config.c
+++ b/
src/charon/sa/tasks/ike_config.c
@@
-275,7
+275,7
@@
static status_t build_r(private_ike_config_t *this, message_t *message)
this->ike_sa->set_virtual_ip(this->ike_sa, FALSE, vip);
cp = cp_payload_create();
this->ike_sa->set_virtual_ip(this->ike_sa, FALSE, vip);
cp = cp_payload_create();
- cp->set_config_type(cp, CFG_RE
QUEST
);
+ cp->set_config_type(cp, CFG_RE
PLY
);
build_vip(this, vip, cp);
vip->destroy(vip);
build_vip(this, vip, cp);
vip->destroy(vip);