summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-03 23:20:10 -0700
committerJeremy Allison <jra@samba.org>2007-11-03 23:20:10 -0700
commit963fc7685212689f02b3adcc05b4273ee5c382d4 (patch)
treee07e9bff931dda14afa4199290c39bc2d79a253a /source/torture
parent35aaa36f82c70964cee5d0778eb04547b226dd3f (diff)
downloadsamba-963fc7685212689f02b3adcc05b4273ee5c382d4.tar.gz
samba-963fc7685212689f02b3adcc05b4273ee5c382d4.tar.xz
samba-963fc7685212689f02b3adcc05b4273ee5c382d4.zip
Remove most of the remaining globals out of lib/util_sock.c.
I have a plan for dealing with the remaining..... Watch this space. Jeremy.
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/vfstest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/torture/vfstest.c b/source/torture/vfstest.c
index bdbb9511c7c..0633d0c2e7c 100644
--- a/source/torture/vfstest.c
+++ b/source/torture/vfstest.c
@@ -34,6 +34,11 @@ static struct cmd_list {
extern pstring user_socket_options;
+int get_client_fd(void)
+{
+ return -1;
+}
+
/****************************************************************************
handle completion of commands for readline
****************************************************************************/