mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
libcacard/cac: fix typo in cac_delete_pki_applet_private
Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
952e849c15
commit
7fc7e5844c
@ -266,7 +266,8 @@ static void
|
||||
cac_delete_pki_applet_private(VCardAppletPrivate *applet_private)
|
||||
{
|
||||
CACPKIAppletData *pki_applet_data = NULL;
|
||||
if (pki_applet_data == NULL) {
|
||||
|
||||
if (applet_private == NULL) {
|
||||
return;
|
||||
}
|
||||
pki_applet_data = &(applet_private->u.pki_data);
|
||||
|
Loading…
Reference in New Issue
Block a user