added support for 0.0.0.0/0 traffic selectors

fixed routing to make correct 0.0.0.0/0 routes
This commit is contained in:
Martin Willi
2007-03-01 11:42:08 +00:00
parent 671a54e9ab
commit 0c8aba6771
9 changed files with 162 additions and 40 deletions
@@ -725,6 +725,8 @@ static status_t release_ca_info(private_local_credential_store_t *this, const ch
}
}
iterator->destroy(iterator);
return status;
}
/**
@@ -774,7 +776,7 @@ static x509_t* add_end_certificate(private_local_credential_store_t *this, x509_
*/
static x509_t* add_ca_certificate(private_local_credential_store_t *this, x509_t *cert)
{
add_certificate(this->ca_certs, cert);
return add_certificate(this->ca_certs, cert);
}
/**