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 | b522892215b12d3f919cb4d1fb99721981710f2a (patch) | |
tree | e724f73c66409f032e03b80ac381effe7d700d05 /source/torture/torture.c | |
parent | 50c25e54ff05bfb01a93e84afd2ad92e90d5a5c2 (diff) | |
download | samba-b522892215b12d3f919cb4d1fb99721981710f2a.tar.gz samba-b522892215b12d3f919cb4d1fb99721981710f2a.tar.xz samba-b522892215b12d3f919cb4d1fb99721981710f2a.zip |
Merge from HEAD to define variable port_to_use. Needed to compile.
Diffstat (limited to 'source/torture/torture.c')
-rw-r--r-- | source/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/torture/torture.c b/source/torture/torture.c index 953db6056c3..a4dfac84900 100644 --- a/source/torture/torture.c +++ b/source/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; |