diff options
author | John Terpstra <jht@samba.org> | 2003-04-01 16:48:18 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-01 16:48:18 +0000 |
commit | 9660f5887e9c2b33e49d17fb9f9fb82f1d48e029 (patch) | |
tree | 0e8c68dc1103e10eb48880b2d8af7eadb6324ff8 /source3/torture | |
parent | 45c7b76da3f738095910ebfe04d2f173000c59e7 (diff) | |
download | samba-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')
-rw-r--r-- | source3/torture/torture.c | 1 |
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; |