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:
committed by
Andrew Bartlett
parent
246666e722
commit
d9a665a0e4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user