aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-10-01 12:25:26 +0000
committerMartin Willi <martin@strongswan.org>2007-10-01 12:25:26 +0000
commit011fb1b97e241c635210630aa25c98f8fcf5686c (patch)
treeb8465a1a61ae1576631bda48f8a36df1e2b94a02 /src
parent9dae1bed004cc5d3d064fe3f735240afe8f44894 (diff)
downloadstrongswan-011fb1b97e241c635210630aa25c98f8fcf5686c.tar.bz2
strongswan-011fb1b97e241c635210630aa25c98f8fcf5686c.tar.xz
removed accidentally checked in debugging code
Diffstat (limited to 'src')
-rw-r--r--src/charon/sa/child_sa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c
index 9ccf297c9..44f0298d5 100644
--- a/src/charon/sa/child_sa.c
+++ b/src/charon/sa/child_sa.c
@@ -822,8 +822,6 @@ static status_t update_hosts(private_child_sa_t *this,
policy->other_ts, policy->my_ts, POLICY_FWD);
/* check wether we have to update a "dynamic" traffic selector */
- DBG1(DBG_IKE, "--- my: %H, %H, %R", me, this->me.addr, policy->my_ts);
- DBG1(DBG_IKE, "--- ot: %H, %H, %R", other, this->other.addr, policy->other_ts);
if (!me->ip_equals(me, this->me.addr) &&
policy->my_ts->is_host(policy->my_ts, this->me.addr))
{
@@ -834,8 +832,6 @@ static status_t update_hosts(private_child_sa_t *this,
{
policy->other_ts->set_address(policy->other_ts, other);
}
- DBG1(DBG_IKE, "--- my: %H, %H, %R", me, this->me.addr, policy->my_ts);
- DBG1(DBG_IKE, "--- ot: %H, %H, %R", other, this->other.addr, policy->other_ts);
/* we reinstall the virtual IP to handle interface romaing
* correctly */