2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

- ./configure was extended to cover many optional build features, such

as failover, server tracing, debugging, and the execute() command.
  [ISC-Bugs #17678]
This commit is contained in:
David Hankins
2008-02-28 21:21:56 +00:00
parent 3004d0a318
commit 66cebfcb89
14 changed files with 96 additions and 37 deletions

View File

@@ -1342,8 +1342,8 @@ isc_result_t dhcp_io_shutdown (omapi_object_t *obj, void *foo)
static isc_result_t dhcp_io_shutdown_countdown (void *vlp)
{
dhcp_failover_state_t *state;
#if defined (FAILOVER_PROTOCOL)
dhcp_failover_state_t *state;
int failover_connection_count = 0;
#endif
struct timeval tv;