默认返回true

This commit is contained in:
jzxc95 2021-11-10 10:35:35 +08:00
parent aafe56dfa0
commit 218399639e
1 changed files with 1 additions and 0 deletions

View File

@ -911,4 +911,5 @@ bool NetDetail::checkWirelessSecurity(KySecuType secuType)
return false;
}
}
return true;
}