summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-26 20:32:55 +0100
committerStefan Metzmacher <metze@samba.org>2009-04-17 21:46:47 +0200
commit257809558bfab3e45703cf8be76357596392a3ea (patch)
tree9374b8a038eda32258defa68715660f0029551fb /source3/utils/net.c
parentc0dfe0cf80ee50f395912b7d6aec0d87febd34c0 (diff)
downloadsamba-257809558bfab3e45703cf8be76357596392a3ea.tar.gz
samba-257809558bfab3e45703cf8be76357596392a3ea.tar.bz2
samba-257809558bfab3e45703cf8be76357596392a3ea.zip
s3:net: add --request-timeout option
metze
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 7823a98219..bd5107af53 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -651,6 +651,7 @@ static struct functable net_func[] = {
{"force", 'f', POPT_ARG_NONE, &c->opt_force},
{"stdin", 'i', POPT_ARG_NONE, &c->opt_stdin},
{"timeout", 't', POPT_ARG_INT, &c->opt_timeout},
+ {"request-timeout",0,POPT_ARG_INT, &c->opt_request_timeout},
{"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},