diff --git a/src/charon/sa/tasks/ike_p2p.c b/src/charon/sa/tasks/ike_p2p.c index adae09e9d..1a441f7d2 100644 --- a/src/charon/sa/tasks/ike_p2p.c +++ b/src/charon/sa/tasks/ike_p2p.c @@ -478,7 +478,6 @@ static status_t process_i(private_ike_p2p_t *this, message_t *message) reflexive->get_type(reflexive) == SERVER_REFLEXIVE) {//FIXME: should we accept this endpoint even if we did not send a request? host_t *endpoint = reflexive->get_host(reflexive); - DBG2(DBG_IKE, "received server reflexive endpoint %#H", endpoint); this->ike_sa->set_server_reflexive_host(this->ike_sa, endpoint->clone(endpoint)); }