added missing 'break' in checkout_by_peer

This commit is contained in:
Tobias Brunner
2007-09-13 13:00:23 +00:00
parent 660426ff48
commit eff806eb5a
+1
View File
@@ -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);
entry->checked_out = TRUE;
ike_sa = entry->ike_sa;
break;
}
}
iterator->destroy(iterator);