summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-04-01 16:48:18 +0000
committerJohn Terpstra <jht@samba.org>2003-04-01 16:48:18 +0000
commit9660f5887e9c2b33e49d17fb9f9fb82f1d48e029 (patch)
tree0e8c68dc1103e10eb48880b2d8af7eadb6324ff8 /source3/torture/torture.c
parent45c7b76da3f738095910ebfe04d2f173000c59e7 (diff)
downloadsamba-9660f5887e9c2b33e49d17fb9f9fb82f1d48e029.tar.gz
samba-9660f5887e9c2b33e49d17fb9f9fb82f1d48e029.tar.bz2
samba-9660f5887e9c2b33e49d17fb9f9fb82f1d48e029.zip
Merge from HEAD to define variable port_to_use. Needed to compile.
(This used to be commit b522892215b12d3f919cb4d1fb99721981710f2a)
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 953db6056c..a4dfac8490 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -26,6 +26,7 @@ static fstring host, workgroup, share, password, username, myname;
static int max_protocol = PROTOCOL_NT1;
static const char *sockops="TCP_NODELAY";
static int nprocs=1;
+static int port_to_use=0;
int torture_numops=100;
static int procnum; /* records process count number when forking */
static struct cli_state current_cli;