21 Oct
2009
21 Oct
'09
7:33 p.m.
commit 8fa1a08726aad4f379c7bcc6df608f8d79594a34 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Oct 21 15:15:28 2009 +0200 Removed recursive mutexes. Some systems don't support recursive mutexes. Instead, they hang. So... we've got to re-write the code so that it doesn't depend on recursive mutexes. src/main/event.c | 137 ++++++++++++++++++++++-------------------------------- 1 files changed, 56 insertions(+), 81 deletions(-)