added missing 'break' in checkout_by_peer
This commit is contained in:
@@ -542,6 +542,7 @@ static ike_sa_t* checkout_by_peer(private_ike_sa_manager_t *this,
|
|||||||
my_host, my_id, other_host, other_id);
|
my_host, my_id, other_host, other_id);
|
||||||
entry->checked_out = TRUE;
|
entry->checked_out = TRUE;
|
||||||
ike_sa = entry->ike_sa;
|
ike_sa = entry->ike_sa;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
iterator->destroy(iterator);
|
iterator->destroy(iterator);
|
||||||
|
|||||||
Reference in New Issue
Block a user