aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-07-19 08:08:22 +0000
committerMartin Willi <martin@strongswan.org>2007-07-19 08:08:22 +0000
commitc87395908addae946e2569ee65b256f6b43174e8 (patch)
treeee4b05bb43d4793121a5e33f1c1b5176da07dc97 /src
parent0308865282fa4475559bc2344c1d7f2df66b4d2e (diff)
downloadstrongswan-c87395908addae946e2569ee65b256f6b43174e8.tar.bz2
strongswan-c87395908addae946e2569ee65b256f6b43174e8.tar.xz
not touching IKE_SA_INIT from ike_mobike_t anymore
Diffstat (limited to 'src')
-rw-r--r--src/charon/sa/tasks/ike_mobike.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/tasks/ike_mobike.c b/src/charon/sa/tasks/ike_mobike.c
index 8d4dce36c..7d98172eb 100644
--- a/src/charon/sa/tasks/ike_mobike.c
+++ b/src/charon/sa/tasks/ike_mobike.c
@@ -235,7 +235,7 @@ static status_t build_i(private_ike_mobike_t *this, message_t *message)
message->add_notify(message, FALSE, MOBIKE_SUPPORTED, chunk_empty);
build_address_list(this, message);
}
- else
+ else if (message->get_exchange_type(message) == INFORMATIONAL)
{
if (this->roam)
{