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:
e2764b3
)
fixed copy/paste error
author
Martin Willi
<martin@strongswan.org>
Fri, 7 Nov 2008 14:48:54 +0000
(14:48 -0000)
committer
Martin Willi
<martin@strongswan.org>
Fri, 7 Nov 2008 14:48:54 +0000
(14:48 -0000)
src/charon/plugins/nm/nm_creds.c
patch
|
blob
|
history
diff --git
a/src/charon/plugins/nm/nm_creds.c
b/src/charon/plugins/nm/nm_creds.c
index
f87928e
..
e7cd640
100644
(file)
--- a/
src/charon/plugins/nm/nm_creds.c
+++ b/
src/charon/plugins/nm/nm_creds.c
@@
-203,7
+203,6
@@
static bool shared_enumerate(shared_enumerator_t *this, shared_key_t **key,
static void shared_destroy(shared_enumerator_t *this)
{
this->key->destroy(this->key);
- this->lock->destroy(this->lock);
this->this->lock->unlock(this->this->lock);
free(this);
}