diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-12-12 20:25:50 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-12-12 20:25:50 +0000 |
commit | 35b2b1e334e7979bb81f6486a53eb2977bda6a4a (patch) | |
tree | 8ab372054e9cb94949357d42eb672f97263d7346 /src/charon/config/backends/sqlite_backend.c | |
parent | c2bb1ecacbcc3b93949286ff0c5e470c1bec875d (diff) | |
download | strongswan-35b2b1e334e7979bb81f6486a53eb2977bda6a4a.tar.bz2 strongswan-35b2b1e334e7979bb81f6486a53eb2977bda6a4a.tar.xz |
fixed error in the ordering of the certinfo_t records in the ocsp cache that caused multiple entries of the same serial number to be created. This was caused by the iterator_t method insert_after() that inserts a record in the first instead of the last position of a linked list if the end of the list is reached. Fix: use linked_list_t method insert_last() instead.
Diffstat (limited to 'src/charon/config/backends/sqlite_backend.c')
0 files changed, 0 insertions, 0 deletions