fixed DPD delay in peer_cfg

This commit is contained in:
Martin Willi 2007-04-12 06:20:42 +00:00
parent 092958c89d
commit 1dad08b035
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
return this->dpd_action;
return this->dpd_delay;
}
/**