summaryrefslogtreecommitdiff
path: root/source3/torture/locktest.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-17 15:04:57 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-17 15:04:57 +0000
commit287d49bb5da3a0eece5501910aef30328f63e30a (patch)
tree42c7629e4ae6832ff535801639d7c90a0978dfa9 /source3/torture/locktest.c
parentf0255b38bc17f4da9a63b2be4c3ce505688e933e (diff)
downloadsamba-287d49bb5da3a0eece5501910aef30328f63e30a.tar.gz
samba-287d49bb5da3a0eece5501910aef30328f63e30a.tar.bz2
samba-287d49bb5da3a0eece5501910aef30328f63e30a.zip
Sync 3.0 branch with HEAD
(This used to be commit d3599b446ed1c8ccd7c9e161ecfa5d52d6066c22)
Diffstat (limited to 'source3/torture/locktest.c')
-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;