diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 13:29:35 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 13:29:35 +0200 |
commit | 74c66c9a3f6aedbbcdbce66a1d72a3c3b74137f8 (patch) | |
tree | 0c597bee5ad5193d3c43a1678c082bd0a43c2077 /source4/scripting | |
parent | f051a8557f29352b4ec76ab6a8ed4de083f0816f (diff) | |
download | samba-74c66c9a3f6aedbbcdbce66a1d72a3c3b74137f8.tar.gz samba-74c66c9a3f6aedbbcdbce66a1d72a3c3b74137f8.tar.bz2 samba-74c66c9a3f6aedbbcdbce66a1d72a3c3b74137f8.zip |
s4-python: Implement LoadParm.dump().
Diffstat (limited to 'source4/scripting')
-rwxr-xr-x | source4/scripting/bin/testparm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/testparm b/source4/scripting/bin/testparm index 0ea36d941b..43d8ee0673 100755 --- a/source4/scripting/bin/testparm +++ b/source4/scripting/bin/testparm @@ -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) |