mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
netcmd: delegation: initial value not required because of raise below
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
This commit is contained in:
parent
ec6fb98b4a
commit
6d7ad27865
@ -207,7 +207,6 @@ class cmd_delegation_for_any_service(Command):
|
||||
def run(self, accountname, onoff, H=None, credopts=None, sambaopts=None,
|
||||
versionopts=None):
|
||||
|
||||
on = False
|
||||
if onoff == "on":
|
||||
on = True
|
||||
elif onoff == "off":
|
||||
|
Loading…
Reference in New Issue
Block a user