aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/backends/sqlite_backend.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-12-12 20:25:50 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-12-12 20:25:50 +0000
commit35b2b1e334e7979bb81f6486a53eb2977bda6a4a (patch)
tree8ab372054e9cb94949357d42eb672f97263d7346 /src/charon/config/backends/sqlite_backend.c
parentc2bb1ecacbcc3b93949286ff0c5e470c1bec875d (diff)
downloadstrongswan-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