2 Dec
2008
2 Dec
'08
12:06 a.m.
Alan DeKok wrote:
Alan DeKok wrote:
Honestly, I wouldn't try to debug it. No one else is reporting similar issues in FreeRADIUS, and debugging RHEL will be an exercise in frustration.
Or, just replace the call to localtime_r with something else. The time strings won't be correct, but the function won't lock the server.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
The weird thing with this problem is that localtime_r() calls fr_hash_table_finddata() as you mentioned. I have removed strftime()/localtime_r() calls from print.c and it seems to be fixed. Thanks for suggestion. Best Regards, George Chelidze