From 9660f5887e9c2b33e49d17fb9f9fb82f1d48e029 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 1 Apr 2003 16:48:18 +0000 Subject: Merge from HEAD to define variable port_to_use. Needed to compile. (This used to be commit b522892215b12d3f919cb4d1fb99721981710f2a) --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/torture.c') 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; -- cgit