summaryrefslogtreecommitdiffstats
path: root/source/torture/nsstest.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-05-10 10:53:48 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-05-10 10:53:48 +0000
commit74d9ecfe2dd7364643d32acb62ade957bd71cd0d (patch)
tree0349374bc5655624e2cf71930cce10b3fefe3554 /source/torture/nsstest.c
parentab1ff35187924c31a8fa503c0d02c6b54605da4f (diff)
downloadsamba-74d9ecfe2dd7364643d32acb62ade957bd71cd0d.tar.gz
samba-74d9ecfe2dd7364643d32acb62ade957bd71cd0d.tar.xz
samba-74d9ecfe2dd7364643d32acb62ade957bd71cd0d.zip
Patch from metze and me that adds dummy smb_register_*() functions so
that is now possible to, for example, load a module which contains an auth method into a binary without the auth/ subsystem built in.
Diffstat (limited to 'source/torture/nsstest.c')
-rw-r--r--source/torture/nsstest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/torture/nsstest.c b/source/torture/nsstest.c
index a82fa05203e..27b77e2a83b 100644
--- a/source/torture/nsstest.c
+++ b/source/torture/nsstest.c
@@ -20,6 +20,8 @@
#include "includes.h"
+#include "module_dummy.h"
+
static const char *so_path = "/lib/libnss_winbind.so";
static const char *nss_name = "winbind";
static int nss_errno;