Skip to content

Commit

Permalink
Release a lock.
Browse files Browse the repository at this point in the history
Patch from Ralf Paffrath <paffrath@dfn.de>.
  • Loading branch information
Linus Nordberg committed Apr 27, 2012
1 parent 9ce2257 commit a23b711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a23b711

Please sign in to comment.