mirror of
https://github.com/altlinux/admc.git
synced 2025-01-08 01:18:25 +03:00
Remove extended rights loading crashes
Crashes occured after controlAccessRight object creation
This commit is contained in:
parent
ed52c5764d
commit
2ac60e4fde
@ -389,6 +389,10 @@ bool load_adldap_translation(QTranslator &translator, const QLocale &locale) {
|
||||
}
|
||||
|
||||
QByteArray guid_string_to_bytes(const QString &guid_string) {
|
||||
if (guid_string.isEmpty()) {
|
||||
return QByteArray();
|
||||
}
|
||||
|
||||
const QList<QByteArray> segment_list = [&]() {
|
||||
QList<QByteArray> out;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user