diff options
| author | Martin Willi <martin@strongswan.org> | 2008-11-07 14:48:54 +0000 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2008-11-07 14:48:54 +0000 |
| commit | 89d05ab5fbb91ca088745517b55d9f5fa6137d7d (patch) | |
| tree | 75aeb1aa03fa0ff8bb9cecc9b1d8122f7e656cd0 /src/charon/plugins/nm | |
| parent | e2764b3937674370bb135ad87daeed6a4c802950 (diff) | |
| download | strongswan-89d05ab5fbb91ca088745517b55d9f5fa6137d7d.tar.bz2 strongswan-89d05ab5fbb91ca088745517b55d9f5fa6137d7d.tar.xz | |
fixed copy/paste error
Diffstat (limited to 'src/charon/plugins/nm')
| -rw-r--r-- | src/charon/plugins/nm/nm_creds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/charon/plugins/nm/nm_creds.c b/src/charon/plugins/nm/nm_creds.c index f87928e7d..e7cd640a7 100644 --- 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); } |
