Hackery to delete dynamic clients.
authorAlan T. DeKok <aland@freeradius.org>
Fri, 6 Mar 2009 01:56:57 +0000 (02:56 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 6 Mar 2009 01:56:57 +0000 (02:56 +0100)
commitd9e19c6e527b4b693c79fd7583a929e86942993a
treea7165998ac0a92d0a6e10f06e7fcacce9b7c1bca
parent6f83246658c5011c250b3a10accce40b7bb0f1a8
Hackery to delete dynamic clients.

Rather than freeing them, we put them onto a queue (in the client_free
routine).  We then periodically check the queue to see if we need
to flush it...
src/main/client.c
src/main/listen.c