Remove version argument on peer_cfg constructor, use ike_cfg version instead
This commit is contained in:
@@ -251,7 +251,7 @@ static peer_cfg_t *load_peer_config(private_config_t *this,
|
||||
uintptr_t strength;
|
||||
|
||||
ike_cfg = load_ike_config(this, settings, config);
|
||||
peer_cfg = peer_cfg_create(config, IKEV2, ike_cfg, CERT_ALWAYS_SEND,
|
||||
peer_cfg = peer_cfg_create(config, ike_cfg, CERT_ALWAYS_SEND,
|
||||
UNIQUE_NO, 1, 0, 0, 0, 0, FALSE, FALSE, 0, 0,
|
||||
FALSE, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user