Include 'aggressive' when comparing peer_cfg_t objects

This commit is contained in:
Tobias Brunner 2012-11-07 12:41:17 +01:00
parent bf0bcee9ec
commit eba65182e4
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ METHOD(peer_cfg_t, equals, bool,
this->jitter_time == other->jitter_time &&
this->over_time == other->over_time &&
this->dpd == other->dpd &&
this->aggressive == other->aggressive &&
auth_cfg_equal(this, other)
#ifdef ME
&& this->mediation == other->mediation &&