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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user