ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addr

This commit is contained in:
Martin Willi
2013-09-04 10:38:37 +02:00
parent 62282ec0ed
commit beffdc6ab8
7 changed files with 18 additions and 33 deletions
+1 -1
View File
@@ -1166,7 +1166,7 @@ METHOD(ike_sa_t, initiate, status_t,
host_t *host;
char *addr;
addr = this->ike_cfg->get_my_addr(this->ike_cfg, NULL);
addr = this->ike_cfg->get_my_addr(this->ike_cfg);
host = this->ike_cfg->resolve_other(this->ike_cfg, AF_UNSPEC);
is_anyaddr = host && host->is_anyaddr(host);
DESTROY_IF(host);