Fix client_add for virtual servers.
authorAlan T. DeKok <aland@freeradius.org>
Thu, 30 Apr 2015 23:48:24 +0000 (19:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 30 Apr 2015 23:48:24 +0000 (19:48 -0400)
commit7dc741411ca0067155bcb5c8fdd356b4bb5e6724
treebeddaa72c12cd40b972b696e8bc762f82265101f
parenteae6c3d8736df039ce8b6d9d08958a1a9f11ecfd
Fix client_add for virtual servers.

If there's a "listen" section, the clients are added to that
virtual server.

If there's no "listen" section in this virtual server, the
clients are added to the global list.
src/main/client.c