From 0c6f434b7bc0d9d4a8819a03815200966c92736e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 Mar 2010 22:33:01 +0100 Subject: net: Convert time command to python. --- source4/scripting/python/samba/netcmd/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/netcmd/export.py b/source4/scripting/python/samba/netcmd/export.py index 90b83689dd..9f1ff3d133 100644 --- a/source4/scripting/python/samba/netcmd/export.py +++ b/source4/scripting/python/samba/netcmd/export.py @@ -46,7 +46,7 @@ class cmd_export_keytab(Command): lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp) net = Net(creds, lp) - net.export_keytab(keytab=keytab, creds=creds) + net.export_keytab(keytab=keytab) class cmd_export(SuperCommand): -- cgit