Merge branch '2309bug-0725' into 'yhkylin/v101'

fix bug 184383 【wifi】编辑界面企业wifi与属性界面的ca证书信息不一致

See merge request kylinos-src/kylin-nm!230
This commit is contained in:
陈学超 2023-07-26 10:07:36 +00:00
commit 2e10c5667c
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ bool KyWirelessNetResource::getEnterPriseInfoTls(QString &uuid, KyEapMethodTlsIn
info.identity = setting->identity();
info.domain = setting->domainSuffixMatch();
info.caCertPath = setting->caPath();
info.caCertPath = setting->caCertificate();
if (info.caCertPath.left(7) == "file://") {
info.caCertPath = info.caCertPath.mid(7);
}