nkeys not used any more, don't increment
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24915 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -305,7 +305,7 @@ _hx509_collector_collect_private_keys(hx509_context context,
|
|||||||
c->val.data[i]->private_key = NULL;
|
c->val.data[i]->private_key = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
(*keys)[nkeys++] = NULL;
|
(*keys)[nkeys] = NULL;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user