mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
sqlite_registry: Fixed samba_hkcu_preg mapping in query
This commit is contained in:
parent
8c87a22ac0
commit
b616221562
@ -177,7 +177,7 @@ class sqlite_registry(registry):
|
||||
except Exception as exc:
|
||||
(self
|
||||
.db_session
|
||||
.query(samba_preg)
|
||||
.query(samba_hkcu_preg)
|
||||
.filter(samba_hkcu_preg.sid == row.sid)
|
||||
.filter(samba_hkcu_preg.hive_key == row.hive_key)
|
||||
.update(row.update_fields()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user