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

python: Remove unused parameter ‘lp’

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:18 +13:00
committed by Andrew Bartlett
parent 246666e722
commit d9a665a0e4
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, lp):
def update_gpo(paths, samdb, names):
"""Create missing GPO file object if needed
"""
dir = getpolicypath(paths.sysvol, names.dnsdomain, names.policyid)