Support resolution of "allow_any" DNS names in charon (%hostname)

This commit is contained in:
Martin Willi
2011-09-02 13:42:45 +02:00
parent f9a0f55657
commit 40921edc38
+1 -4
View File
@@ -246,10 +246,7 @@ static void kw_end(starter_conn_t *conn, starter_end_t *end, kw_token_t token,
goto err;
}
}
if (!end->allow_any)
{
end->host = clone_str(value);
}
end->host = clone_str(value);
}
break;
case KW_SUBNET: