strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81736d7
)
fixed compiler warning
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 3 Dec 2008 10:03:02 +0000
(10:03 -0000)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 3 Dec 2008 10:03:02 +0000
(10:03 -0000)
src/charon/credentials/sets/cert_cache.c
patch
|
blob
|
history
diff --git
a/src/charon/credentials/sets/cert_cache.c
b/src/charon/credentials/sets/cert_cache.c
index
79b5f02
..
bb2e1df
100644
(file)
--- a/
src/charon/credentials/sets/cert_cache.c
+++ b/
src/charon/credentials/sets/cert_cache.c
@@
-232,7
+232,7
@@
static bool certs_filter(cert_data_t *data, relation_t **in, certificate_t **out
*/
static void certs_destroy(cert_data_t *data)
{
-
ref_put(&data->this->enumerating
);
+
ignore_result(ref_put(&data->this->enumerating)
);
data->this->lock->unlock(data->this->lock);
if (data->this->check_required)
{