coupling: Fix call to call_hook()

This commit is contained in:
Tobias Brunner
2013-07-22 17:53:56 +02:00
parent 2ed8b36a8a
commit 62293ed271
@@ -167,7 +167,7 @@ METHOD(cert_validator_t, validate, bool,
{
DBG1(DBG_CFG, "coupling new certificate '%Y' failed",
subject->get_subject(subject));
lib->credmgr->call_hook(lib->credmgr
lib->credmgr->call_hook(lib->credmgr,
CRED_HOOK_POLICY_VIOLATION, subject);
}
}