From 0f1b3ed5c0326cdca931adc43806ec4df0d3abf3 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 19 May 2008 00:19:18 +0200 Subject: net: Autogenerate "net help" output from net's functable. (This used to be commit 0feb40bc8408412336c667df4f8bf57c77446ca7) --- source3/utils/net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index b56ca7e26c..b1401e97ba 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -758,6 +758,7 @@ static struct functable3 net_func[] = { c->opt_password = getenv("PASSWD"); } + c->private_data = net_func; rc = net_run_function3(c, argc_new-1, argv_new+1, "net", net_func); DEBUG(2,("return code = %d\n", rc)); -- cgit