diff options
-rw-r--r-- | source4/samba_tool/samba_tool.c | 2 |
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; } |