summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-07-21 03:26:10 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-07-21 03:26:10 +0000
commitafb7d1dc48fa3eab69212c3ffbd51d636c897ec0 (patch)
tree210d0f84d2c89799b259f7ac0b250cfd6140ca66 /source3/torture
parent0cdc28ab40ed1da48133171450a7ef35afb62e15 (diff)
downloadsamba-afb7d1dc48fa3eab69212c3ffbd51d636c897ec0.tar.gz
samba-afb7d1dc48fa3eab69212c3ffbd51d636c897ec0.tar.bz2
samba-afb7d1dc48fa3eab69212c3ffbd51d636c897ec0.zip
Another smattering of static and const
(This used to be commit 897cc4a610932e596f8a9807213166e380ef0203)
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/locktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c
index c34b4c1ad2..a62f7af1ad 100644
--- a/source3/torture/locktest.c
+++ b/source3/torture/locktest.c
@@ -136,7 +136,7 @@ static void show_locks(void)
/*****************************************************
return a connection to a server
*******************************************************/
-struct cli_state *connect_one(char *share, int snum)
+static struct cli_state *connect_one(char *share, int snum)
{
struct cli_state *c;
struct nmb_name called, calling;