summaryrefslogtreecommitdiff
path: root/src/charon/sa/authenticators/eap
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/sa/authenticators/eap')
-rw-r--r--src/charon/sa/authenticators/eap/eap_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/authenticators/eap/eap_manager.c b/src/charon/sa/authenticators/eap/eap_manager.c
index b8316036e..24a4fd6ed 100644
--- a/src/charon/sa/authenticators/eap/eap_manager.c
+++ b/src/charon/sa/authenticators/eap/eap_manager.c
@@ -163,7 +163,7 @@ eap_manager_t *eap_manager_create()
this->public.destroy = (void(*)(eap_manager_t*))destroy;
this->methods = linked_list_create();
- this->lock = rwlock_create(RWLOCK_DEFAULT);
+ this->lock = rwlock_create(RWLOCK_TYPE_DEFAULT);
return &this->public;
}