From: Tobias Brunner Date: Wed, 7 Nov 2012 11:41:17 +0000 (+0100) Subject: Include 'aggressive' when comparing peer_cfg_t objects X-Git-Tag: 5.0.2dr4~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba65182e4d52e2e0d8cd15ba3f14cba5229f225;p=thirdparty%2Fstrongswan.git Include 'aggressive' when comparing peer_cfg_t objects --- diff --git a/src/libcharon/config/peer_cfg.c b/src/libcharon/config/peer_cfg.c index 3d4ff20b86..8de7d12890 100644 --- a/src/libcharon/config/peer_cfg.c +++ b/src/libcharon/config/peer_cfg.c @@ -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 &&