summaryrefslogtreecommitdiff
path: root/source4/samba_tool/samba_tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/samba_tool/samba_tool.c')
-rw-r--r--source4/samba_tool/samba_tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba_tool/samba_tool.c b/source4/samba_tool/samba_tool.c
index 3c0f96f236..07c9f396dc 100644
--- a/source4/samba_tool/samba_tool.c
+++ b/source4/samba_tool/samba_tool.c
@@ -263,7 +263,7 @@ int net_help(struct net_context *ctx, const struct net_functable *ftable)
{
d_printf("Available commands:\n");
net_help_builtin(ftable);
- net_help_python();
+ /* net_help_python(); */
return 0;
}