Make compile.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17528 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -713,11 +713,11 @@ p11_init(hx509_context context,
|
||||
ret = p11_init_slot(p, slot_ids[p->selected_slot], &p->slot);
|
||||
free(slot_ids);
|
||||
if (ret)
|
||||
goot out;
|
||||
goto out;
|
||||
|
||||
ret = p11_get_session(p, &p->slot, lock);
|
||||
if (ret)
|
||||
goot out;
|
||||
goto out;
|
||||
ret = p11_list_keys(context, p, &p->slot, NULL, &p->slot.certs);
|
||||
p11_put_session(p, &p->slot);
|
||||
}
|
||||
|
Reference in New Issue
Block a user