1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

python: Remove unused parameter ‘samdb’

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-11-23 20:50:42 +13:00
committed by Andrew Bartlett
parent d9a665a0e4
commit eb727331a3
3 changed files with 4 additions and 4 deletions

View File

@@ -451,7 +451,7 @@ def updateOEMInfo(samdb, rootdn):
samdb.modify(delta)
def update_gpo(paths, samdb, names):
def update_gpo(paths, names):
"""Create missing GPO file object if needed
"""
dir = getpolicypath(paths.sysvol, names.dnsdomain, names.policyid)