Make compile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17528 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-11 07:11:51 +00:00
parent c0f2bd14d6
commit 0da37e5388

View File

@@ -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);
}