Re: Re[6]: Modules cleanup

2002-10-21 Thread Alan DeKok
> Now it's working fine...for KILL and TERM. Except SIGKILL can't be caught. But that's another story... > BTW, I notice that this is work correctly only when compiling with > --with-threads. Previously, when I compiled --with-threads=no there > was problems authenticating users with sql modul

Re: Modules cleanup

2002-10-19 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > I'm slightly change modules.c and modules.h in order to make > module_list_free() public accessible. And I place call to > this function in radiusd.c sig_fatal() function. That won't work. If it does, then it works by accident.Signal call handling functions shoul

Modules cleanup

2002-10-19 Thread delphi
Hi! I'm slightly change modules.c and modules.h in order to make module_list_free() public accessible. And I place call to this function in radiusd.c sig_fatal() function. At now after killing radiusd there is correct cleanup of rlm_sql module at least (so connection to sql server is correctly clo