aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/mediation_manager.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-12-04 10:48:27 +0000
committerMartin Willi <martin@strongswan.org>2007-12-04 10:48:27 +0000
commit3895125275a2c0f49c7c9ad55f8d3ec8dd246926 (patch)
tree3fa1210457ede094cbb572add3fd15b02aeceb38 /src/charon/sa/mediation_manager.c
parentb8249ff5edde1607217efe189310eb820499e981 (diff)
downloadstrongswan-3895125275a2c0f49c7c9ad55f8d3ec8dd246926.tar.bz2
strongswan-3895125275a2c0f49c7c9ad55f8d3ec8dd246926.tar.xz
removed c++ style comments4.1.9
fixed compiler warnings
Diffstat (limited to 'src/charon/sa/mediation_manager.c')
-rw-r--r--src/charon/sa/mediation_manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/sa/mediation_manager.c b/src/charon/sa/mediation_manager.c
index fca53a940..f6137304d 100644
--- a/src/charon/sa/mediation_manager.c
+++ b/src/charon/sa/mediation_manager.c
@@ -240,7 +240,7 @@ static void update_sa_id(private_mediation_manager_t *this, identification_t *pe
DBG2(DBG_IKE, "changing registered IKE_SA ID of peer '%D'", peer_id);
peer->ike_sa_id = ike_sa_id ? ike_sa_id->clone(ike_sa_id) : NULL;
- // send callbacks to registered peers
+ /* send callbacks to registered peers */
identification_t *requester;
while(peer->requested_by->remove_last(peer->requested_by, (void**)&requester) == SUCCESS)
{
@@ -295,7 +295,7 @@ static ike_sa_id_t *check_and_register(private_mediation_manager_t *this,
if (!peer->ike_sa_id)
{
- // the peer is not online
+ /* the peer is not online */
DBG2(DBG_IKE, "requested peer '%D' is offline, registering peer '%D'", peer_id, requester);
register_peer(peer, requester);
pthread_mutex_unlock(&(this->mutex));