diff options
author | Linus Nordberg <linus@nordu.net> | 2012-04-27 12:55:59 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2012-04-27 12:55:59 +0200 |
commit | a23b71195f21fa3115185dd983b2ea7214e94ad3 (patch) | |
tree | e3ba771fc068d1a5fa9d884a61491eb702120478 | |
parent | 9ce22579cf945b6b3680ad899a8c627ceeaebfaf (diff) |
Release a lock.
Patch from Ralf Paffrath <paffrath@dfn.de>.
-rw-r--r-- | radsecproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index bc3fbfe..8489a18 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2243,6 +2243,7 @@ struct list *createsubrealmservers(struct realm *realm, struct list *srvconfs) { /* If clientwr() could not find a NAPTR we have to * wait for dynfailing=1 what is set in clientwr(). */ pthread_mutex_lock(&srvconf->servers->lock); + pthread_mutex_unlock(&srvconf->servers->lock); #endif } conf = srvconf; |