ViewVC Help
| View Changeset | Root Listing
root/svn
Jump to revision: Previous Next
Author: michael
Date: Sat Jun 6 17:23:12 2015 UTC (8 years, 9 months ago)
Log Message:
- server.c:hunt_server(): prioritize wildcard lookups on server names as suggested by Adam. Could have used some
  dlinkAddTail magic for clients to keep the list ordered by servers and clients but introducing a second loop in
  hunt_server() makes things more obvious. Also it should be investigated if there's still good a reason for
  putting servers on the global_client_list.

Changed paths