summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-24 18:50:48 +0100
committerVolker Lendecke <vl@samba.org>2010-01-24 20:32:17 +0100
commitdc1bcec73cb3c895ebd84614cc5a14ca0eae0505 (patch)
treeddf8b39213fcaf052ecf3c9492bdf0290cde3d45 /source3/utils/net.c
parentaa837d4aeed46a0ddbf6545d7e0474a0f5d86cec (diff)
downloadsamba-dc1bcec73cb3c895ebd84614cc5a14ca0eae0505.tar.gz
samba-dc1bcec73cb3c895ebd84614cc5a14ca0eae0505.tar.bz2
samba-dc1bcec73cb3c895ebd84614cc5a14ca0eae0505.zip
s3: Add --use-ccache to net
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 7154abf1f1..85c3c7dced 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -770,6 +770,7 @@ static struct functable net_func[] = {
{"machine-pass",'P', POPT_ARG_NONE, &c->opt_machine_pass},
{"kerberos", 'k', POPT_ARG_NONE, &c->opt_kerberos},
{"myworkgroup", 'W', POPT_ARG_STRING, &c->opt_workgroup},
+ {"use-ccache", 0, POPT_ARG_NONE, &c->opt_ccache},
{"verbose", 'v', POPT_ARG_NONE, &c->opt_verbose},
{"test", 'T', POPT_ARG_NONE, &c->opt_testmode},
/* Options for 'net groupmap set' */