Make requests NULL talloc context
authorAlan T. DeKok <aland@freeradius.org>
Sat, 29 Jun 2013 02:33:42 +0000 (22:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 29 Jun 2013 02:33:42 +0000 (22:33 -0400)
commit677dec8a9dacdbcda9d32fff5571126a08ad435e
treeece4332e511cba8bdb66dbe6a3cdb6474adba5d5
parent6deb3bc537fc8f0049c031b638af745b32cdfdf0
Make requests NULL talloc context

there are just too many cases where the socket could go away,
and the request is still referenced somewhere else in the code.
src/main/listen.c
src/main/tls_listen.c