backports from the p2p-nat-t branch:

* double assignment of function ''destroy'' in some jobs
 * typos
This commit is contained in:
Tobias Brunner
2007-07-19 14:12:19 +00:00
parent ac1557af51
commit c019260e01
8 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -368,7 +368,7 @@ static ike_sa_t *checkout_new(private_ike_sa_manager_t* this, bool initiator)
}
/**
* Implementation of of ike_sa_manager.checkout_by_id.
* Implementation of of ike_sa_manager.checkout_by_message.
*/
static ike_sa_t* checkout_by_message(private_ike_sa_manager_t* this,
message_t *message)
@@ -483,7 +483,7 @@ static ike_sa_t* checkout_by_message(private_ike_sa_manager_t* this,
}
/**
* Implementation of of ike_sa_manager.checkout_by_id.
* Implementation of of ike_sa_manager.checkout_by_peer.
*/
static ike_sa_t* checkout_by_peer(private_ike_sa_manager_t *this,
host_t *my_host, host_t *other_host,