mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update message
This commit is contained in:
parent
a24bea0708
commit
4c5b0a3576
@ -139,7 +139,7 @@ bool GPService::isValidVersion(QString &bin) {
|
|||||||
QString majorVersion = match.captured(1);
|
QString majorVersion = match.captured(1);
|
||||||
|
|
||||||
if (majorVersion.toInt() < 8) {
|
if (majorVersion.toInt() < 8) {
|
||||||
emit error("The OpenConnect version must greater than v8.0.0, but got " + fullVersion);
|
emit error("The OpenConnect version must greater than v8.0.0, got " + fullVersion);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user