fixed DPD delay in peer_cfg
This commit is contained in:
@@ -340,7 +340,7 @@ static bool use_reauth(private_peer_cfg_t *this, bool rekey)
|
|||||||
*/
|
*/
|
||||||
static u_int32_t get_dpd_delay(private_peer_cfg_t *this)
|
static u_int32_t get_dpd_delay(private_peer_cfg_t *this)
|
||||||
{
|
{
|
||||||
return this->dpd_action;
|
return this->dpd_delay;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user