diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 10:56:20 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 10:56:20 +0000 |
commit | ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7 (patch) | |
tree | eebbb52b3b9cefbe6a431f9c1619b0fd8dc69038 /source3/torture/locktest.c | |
parent | e2641c592662b42b6b1eb4170d95becff190446d (diff) | |
download | samba-ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7.tar.gz samba-ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7.tar.bz2 samba-ec40d70b3b6f3032c86bfa4a80066572e0f0eaa7.zip |
Patch from metze and me that adds dummy smb_register_*() functions
(This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
Diffstat (limited to 'source3/torture/locktest.c')
-rw-r--r-- | source3/torture/locktest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/locktest.c b/source3/torture/locktest.c index 63b9590dd6..c18d2c100b 100644 --- a/source3/torture/locktest.c +++ b/source3/torture/locktest.c @@ -22,6 +22,8 @@ #include "includes.h" +#include "module_dummy.h" + static fstring password[2]; static fstring username[2]; static int got_user; |