some ipsec listall finetuning

This commit is contained in:
Andreas Steffen
2009-10-06 23:19:46 +02:00
parent ce2f2461e0
commit 20afe5e9f5
3 changed files with 9 additions and 10 deletions
+1
View File
@@ -1378,6 +1378,7 @@ void add_certinfo(ocsp_location_t *loc, ocsp_certinfo_t *info,
cnew->serialNumber = chunk_clone(info->serialNumber);
cnew->next = certinfo;
cnew->trials = 0;
*certinfop = cnew;
certinfo = cnew;
}