Flush certificate cache on CA delete

This commit is contained in:
Martin Willi
2010-06-07 13:51:18 +02:00
parent a3ffa9edfd
commit d5ad6eb1e0
+2 -1
View File
@@ -306,7 +306,8 @@ static void del(private_stroke_ca_t *this, stroke_msg_t *msg)
return;
}
ca_section_destroy(ca);
/* TODO: flush cached certs */
charon->credentials->flush_cache(charon->credentials, CERT_ANY);
}
/**