tnc-ifmap: Get a reference to the client cert as it is also used in an auth config

This commit is contained in:
Tobias Brunner 2014-03-10 14:31:42 +01:00
parent 9483f8ec59
commit 67dc5d393c
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ static bool soap_init(private_tnc_ifmap_soap_t *this)
return FALSE;
}
DBG1(DBG_TNC, "loaded MAP client certificate from '%s'", client_cert);
this->creds->add_cert(this->creds, TRUE, cert);
cert = this->creds->add_cert_ref(this->creds, TRUE, cert);
/* load MAP client private key */
if (client_key)