mirror of https://github.com/apache/cloudstack.git
S2S VPN: Fix one typo at NetUtils
This commit is contained in:
parent
6620020477
commit
064198eef9
|
|
@ -1129,7 +1129,7 @@ public class NetUtils {
|
|||
if (!policy.equals(cipherHash)) {
|
||||
pfsGroup = policy.split(";")[1];
|
||||
}
|
||||
if (pfsGroup != null && !pfsGroup.matches("modp1024|modp1536|")) {
|
||||
if (pfsGroup != null && !pfsGroup.matches("modp1024|modp1536")) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue