mirror of
https://github.com/samba-team/samba.git
synced 2025-11-01 16:23:49 +03:00
s4-python: Implement LoadParm.dump().
This commit is contained in:
@@ -192,6 +192,6 @@ if __name__ == '__main__':
|
||||
check_client_access(lp, cname, caddr)
|
||||
else:
|
||||
dump(lp, opts.section_name, opts.parameter_name,
|
||||
not opts.suppress_prompt, opts.verbose)
|
||||
not opts.suppress_prompt, opts.verbose or False)
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
Reference in New Issue
Block a user