use right variable
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25190 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1398,8 +1398,7 @@ get_AuthorityKeyIdentifier(hx509_context context,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
ret = copy_Name(&certificate->tbsCertificate.subject, &name);
|
ret = copy_Name(&certificate->tbsCertificate.subject, &name);
|
||||||
if (ai->authorityCertSerialNumber == NULL) {
|
if (ret) {
|
||||||
ret = ENOMEM;
|
|
||||||
hx509_set_error_string(context, 0, ret, "Out of memory");
|
hx509_set_error_string(context, 0, ret, "Out of memory");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user